mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	删除不必要的代码
This commit is contained in:
		@@ -174,18 +174,10 @@ func (this *RPCClient) APIMethodStatRPC() pb.APIMethodStatServiceClient {
 | 
			
		||||
	return pb.NewAPIMethodStatServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *RPCClient) UserNodeRPC() pb.UserNodeServiceClient {
 | 
			
		||||
	return pb.NewUserNodeServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *RPCClient) DBNodeRPC() pb.DBNodeServiceClient {
 | 
			
		||||
	return pb.NewDBNodeServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *RPCClient) MonitorNodeRPC() pb.MonitorNodeServiceClient {
 | 
			
		||||
	return pb.NewMonitorNodeServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *RPCClient) DBRPC() pb.DBServiceClient {
 | 
			
		||||
	return pb.NewDBServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user