1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00
Commit Graph

2068 Commits

Author SHA1 Message Date
15d5299997 Add a ping function 2015-12-05 19:25:36 +00:00
011a3dc9e3 Add watcher comments 2015-12-05 02:05:06 +00:00
0b08f15010 gofmt 2015-12-05 01:13:13 +00:00
d4f3a6070c Update the watch interface 2015-12-05 01:12:29 +00:00
cc6555927d This should say rpc 2015-12-03 11:07:31 +00:00
645f12ff3f fix table 2015-12-03 01:28:20 +00:00
b4011b32af fix table 2015-12-03 01:27:56 +00:00
11bc02112b fix table 2015-12-03 01:26:57 +00:00
1d7e2d8bec update readme 2015-12-03 01:25:25 +00:00
919bfed0c1 add comments 2015-12-03 01:05:16 +00:00
9e3f3bbc0e update comments 2015-12-03 01:02:14 +00:00
20114ccd87 move the comment 2015-12-03 00:59:32 +00:00
a69811fc72 Fix the sub extractor 2015-12-03 00:49:58 +00:00
003c2d848e Its a hello proto 2015-12-02 23:19:59 +00:00
3be0672b82 package comment 2015-12-02 23:09:48 +00:00
bc34008b65 fix that 2015-12-02 23:06:49 +00:00
76861edb88 Add readme 2015-12-02 23:05:52 +00:00
00d95203ba Add code generation example 2015-12-02 22:44:01 +00:00
ab650630ce Merge pull request #24 from micro/server_wrapper
Experimental server side wrappers for handlers
2015-12-02 21:20:01 +00:00
9c17e64ef1 add comments for wrappers 2015-12-02 21:16:44 +00:00
5e364693ee Rename to hdlrWrappers for symmetry sake 2015-12-02 21:12:09 +00:00
96d7975052 make it clear that it flags streaming response 2015-12-02 21:02:46 +00:00
a695e10d21 Send Request and Publication types 2015-12-02 20:56:50 +00:00
4b18b779aa Update to use actual values passed through the chain 2015-12-02 20:11:00 +00:00
ef8303f11f add server publication wrapper example 2015-12-02 20:00:06 +00:00
eef155490e Setup subscription wrappers 2015-12-02 19:56:57 +00:00
cfa676af19 Only support single signature for subscriber and validate 2015-12-02 17:42:14 +00:00
b1511ed813 Update wrapper and examples 2015-12-02 11:54:36 +00:00
c5a08d3159 Some nitpicking 2015-12-02 01:38:56 +00:00
7a870dfbb1 Strip named registration 2015-12-02 01:18:32 +00:00
dae745f30f Experimental server side wrappers for handlers 2015-12-02 00:47:52 +00:00
0c9f8411bb Pull rpcplus in local for the time being. We need to modify it for server side middleware 2015-12-01 23:32:23 +00:00
8825b5c0a8 rename debug handler 2015-12-01 19:13:48 +00:00
bf01feb2e3 Fix comment for godoc 2015-12-01 18:45:52 +00:00
d02986d1bd Add some comments 2015-12-01 18:41:43 +00:00
6ca2cbadfc rename client wrapper file 2015-12-01 17:37:41 +00:00
971c309ffa Rename the codec files to match directory and package 2015-11-30 18:46:40 +00:00
9952b42f2f update 2015-11-29 20:46:31 +00:00
0113304a13 fix typo 2015-11-29 20:45:43 +00:00
89719ba292 update readme 2015-11-29 20:45:11 +00:00
335bb66797 Reduce verbosity of the codec interface 2015-11-28 20:09:07 +00:00
6177bc2313 Don't loop the example forever 2015-11-28 20:08:41 +00:00
69ee0e4738 Merge pull request #22 from micro/codec
Codec
2015-11-28 19:44:50 +00:00
dddcdc34ed rename to protorpc and jsonrpc 2015-11-28 18:54:38 +00:00
80f53ab176 Add json codec 2015-11-28 18:40:32 +00:00
609a59d3ab add local envelope 2015-11-28 16:39:25 +00:00
c68984eccc log any stream close error 2015-11-28 16:34:48 +00:00
5488904404 Fix a data race issue with the buffer 2015-11-28 16:34:27 +00:00
654728027b Updated codec interface and code. Painful stuff 2015-11-28 11:22:29 +00:00
f49922f6b3 experimental codec branch 2015-11-27 00:17:36 +00:00