proxy: initial grpc kv service proxy
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user