We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc24fb commit a66cc9cCopy full SHA for a66cc9c
internal/rpc/rpc_client.go
@@ -174,18 +174,10 @@ func (this *RPCClient) APIMethodStatRPC() pb.APIMethodStatServiceClient {
174
return pb.NewAPIMethodStatServiceClient(this.pickConn())
175
}
176
177
-func (this *RPCClient) UserNodeRPC() pb.UserNodeServiceClient {
178
- return pb.NewUserNodeServiceClient(this.pickConn())
179
-}
180
-
181
func (this *RPCClient) DBNodeRPC() pb.DBNodeServiceClient {
182
return pb.NewDBNodeServiceClient(this.pickConn())
183
184
185
-func (this *RPCClient) MonitorNodeRPC() pb.MonitorNodeServiceClient {
186
- return pb.NewMonitorNodeServiceClient(this.pickConn())
187
188
189
func (this *RPCClient) DBRPC() pb.DBServiceClient {
190
return pb.NewDBServiceClient(this.pickConn())
191
0 commit comments