proxy: initial grpc kv service proxy

This commit is contained in:
Xiang Li
2016-05-13 22:54:48 -07:00
parent deb21d3da5
commit ec2ac72585
4 changed files with 231 additions and 0 deletions

View File

@ -423,6 +423,8 @@ type member struct {
grpcAddr string
}
func (m *member) GRPCAddr() string { return m.grpcAddr }
type memberConfig struct {
name string
peerTLS *transport.TLSInfo