mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	实现节点分组管理
This commit is contained in:
		@@ -82,6 +82,10 @@ func (this *RPCClient) NodeClusterRPC() pb.NodeClusterServiceClient {
 | 
			
		||||
	return pb.NewNodeClusterServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *RPCClient) NodeGroupRPC() pb.NodeGroupServiceClient {
 | 
			
		||||
	return pb.NewNodeGroupServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (this *RPCClient) NodeIPAddressRPC() pb.NodeIPAddressServiceClient {
 | 
			
		||||
	return pb.NewNodeIPAddressServiceClient(this.pickConn())
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user