micro/client
2016-11-07 16:51:28 +00:00
..
mock gofmt 2016-06-06 23:37:07 +01:00
rpc Add packages for the defaults 2016-03-14 10:45:38 +00:00
backoff_test.go First crack at backoff function 2016-04-05 20:04:37 +01:00
backoff.go First crack at backoff function 2016-04-05 20:04:37 +01:00
buffer.go Updated codec interface and code. Painful stuff 2015-11-28 11:22:29 +00:00
client_wrapper.go Checkpoint the world 2015-12-18 01:01:59 +00:00
client.go Adjusting names 2016-11-07 09:40:11 +01:00
context.go FromContext/NewContext methods 2016-01-28 18:23:24 +00:00
doc.go Add package comments 2016-05-24 22:22:46 +01:00
options_test.go Set CallOptions as struct in Options. Can then be overridden easily during Call/Stream 2016-04-05 18:07:07 +01:00
options.go Fixing return value and gofmt 2016-11-07 17:46:12 +01:00
retry.go Fix comment 2016-11-07 16:51:28 +00:00
rpc_client.go Fixing return value and gofmt 2016-11-07 17:46:12 +01:00
rpc_codec.go Nitpick Headers to Header 2016-01-28 18:11:13 +00:00
rpc_pool_test.go Add a pool test 2016-06-07 01:18:54 +01:00
rpc_pool.go Don't log that cruft 2016-06-07 00:48:34 +01:00
rpc_publication.go Add pub/sub to client/server and make broker more low level 2015-06-12 19:52:27 +01:00
rpc_request.go Update options to be public. This means people can implement the interfaces and actually use the options 2015-12-31 18:11:46 +00:00
rpc_stream.go We don't need sync.Once, we can just select 2016-05-11 00:01:32 +01:00