优化代码

This commit is contained in:
GoEdgeLab
2022-06-12 20:59:55 +08:00
parent 2ffb67fecd
commit f80f2c65e8
4 changed files with 12 additions and 8 deletions

View File

@@ -352,6 +352,10 @@ func (this *RPCClient) RegionProvinceRPC() pb.RegionProvinceServiceClient {
return pb.NewRegionProvinceServiceClient(this.pickConn())
}
func (this *RPCClient) RegionProviderRPC() pb.RegionProviderServiceClient {
return pb.NewRegionProviderServiceClient(this.pickConn())
}
func (this *RPCClient) LogRPC() pb.LogServiceClient {
return pb.NewLogServiceClient(this.pickConn())
}