Merge pull request #22 from hxmhlt/feature/registry_upgrade
upgrade registry interface definition & fix some bug
No related branches found
No related tags found
Showing
- client/invoker/invoker.go 33 additions, 14 deletionsclient/invoker/invoker.go
- examples/dubbo/go-client/app/test.go 1 addition, 1 deletionexamples/dubbo/go-client/app/test.go
- examples/jsonrpc/go-client/app/client.go 1 addition, 1 deletionexamples/jsonrpc/go-client/app/client.go
- examples/jsonrpc/go-client/app/test.go 1 addition, 1 deletionexamples/jsonrpc/go-client/app/test.go
- go.sum 0 additions, 2 deletionsgo.sum
- registry/registry.go 10 additions, 3 deletionsregistry/registry.go
- registry/zookeeper/consumer.go 10 additions, 44 deletionsregistry/zookeeper/consumer.go
- registry/zookeeper/listener.go 18 additions, 14 deletionsregistry/zookeeper/listener.go
- registry/zookeeper/registry.go 10 additions, 14 deletionsregistry/zookeeper/registry.go
... | ... | @@ -23,8 +23,6 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c |
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= | ||
github.com/dubbogo/hessian2 v0.0.0-20190330063706-e01b2c027961 h1:nGlTGXqzalnFtNqDsar2k/Gle/7pILm0MeH65fJSE7Y= | ||
github.com/dubbogo/hessian2 v0.0.0-20190330063706-e01b2c027961/go.mod h1:v+gfInE8fm/k3Fjkb2oUCKSO9LKbWvf+PtweEI89BmI= | ||
github.com/dubbogo/hessian2 v0.0.0-20190331022028-ade83b794bf2 h1:5kv4/4ptZTNcG2dzfHqXPiBHZcPPR3jshgxpHvlidew= | ||
github.com/dubbogo/hessian2 v0.0.0-20190331022028-ade83b794bf2/go.mod h1:v+gfInE8fm/k3Fjkb2oUCKSO9LKbWvf+PtweEI89BmI= | ||
github.com/fatih/set v0.2.1/go.mod h1:+RKtMCH+favT2+3YecHGxcc0b4KyVWA1QWWJUs4E0CI= | ||
... | ... |
Please register or sign in to comment