micro/server
2018-01-01 19:57:13 +01:00
..
debug Add debug stats handler 2016-05-28 22:30:47 +01:00
mock Add mock server 2016-04-16 00:02:55 +01:00
rpc Add packages for the defaults 2016-03-14 10:45:38 +00:00
buffer.go Updated codec interface and code. Painful stuff 2015-11-28 11:22:29 +00:00
context.go be pedantic 2017-05-31 19:33:11 +01:00
debug.go Add debug stats handler 2016-05-28 22:30:47 +01:00
extractor_test.go move addr extractor to misc 2017-01-12 13:20:34 +00:00
extractor.go move addr extractor to misc 2017-01-12 13:20:34 +00:00
handler.go move the option 2016-05-26 20:43:05 +01:00
options.go add wait option 2017-05-31 19:47:50 +01:00
rpc_codec_test.go server/rpc_codec: if c.codec.Write fails, reset write buffer and encode an error message about the encoding failure 2017-07-17 14:21:43 -04:00
rpc_codec.go server/rpc_codec: if c.codec.Write fails, reset write buffer and encode an error message about the encoding failure 2017-07-17 14:21:43 -04:00
rpc_handler.go Support endpoint metadata 2016-05-26 18:01:02 +01:00
rpc_request.go Rename to hdlrWrappers for symmetry sake 2015-12-02 21:12:09 +00:00
rpc_server.go fix possible deadlock since code can return without unlocking the Mutex 2018-01-01 19:57:13 +01:00
rpc_service.go server/rpc_codec: if c.codec.Write fails, reset write buffer and encode an error message about the encoding failure 2017-07-17 14:21:43 -04:00
rpc_stream.go superfluous logging 2016-12-15 20:45:27 +00:00
server_wrapper.go Checkpoint the world 2015-12-18 01:01:59 +00:00
server.go make use of micro/go-log 2017-05-11 20:43:42 +01:00
subscriber.go defer wg.Done so it's called even if there's a panic 2017-06-12 14:18:59 +01:00