v1.5.1 增强程序稳定性

This commit is contained in:
robin
2026-03-22 17:37:40 +08:00
parent afbaaa869c
commit 17e182b413
652 changed files with 22949 additions and 34397 deletions

View File

@@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
// versions:
// - protoc-gen-go-grpc v1.5.1
// - protoc v6.33.2
// - protoc-gen-go-grpc v1.6.1
// - protoc v3.19.6
// source: service_node.proto
package pb
@@ -1061,205 +1061,205 @@ type NodeServiceServer interface {
type UnimplementedNodeServiceServer struct{}
func (UnimplementedNodeServiceServer) CreateNode(context.Context, *CreateNodeRequest) (*CreateNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateNode not implemented")
return nil, status.Error(codes.Unimplemented, "method CreateNode not implemented")
}
func (UnimplementedNodeServiceServer) RegisterClusterNode(context.Context, *RegisterClusterNodeRequest) (*RegisterClusterNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method RegisterClusterNode not implemented")
return nil, status.Error(codes.Unimplemented, "method RegisterClusterNode not implemented")
}
func (UnimplementedNodeServiceServer) CountAllEnabledNodes(context.Context, *CountAllEnabledNodesRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledNodes not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledNodes not implemented")
}
func (UnimplementedNodeServiceServer) CountAllEnabledNodesMatch(context.Context, *CountAllEnabledNodesMatchRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledNodesMatch not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledNodesMatch not implemented")
}
func (UnimplementedNodeServiceServer) ListEnabledNodesMatch(context.Context, *ListEnabledNodesMatchRequest) (*ListEnabledNodesMatchResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListEnabledNodesMatch not implemented")
return nil, status.Error(codes.Unimplemented, "method ListEnabledNodesMatch not implemented")
}
func (UnimplementedNodeServiceServer) FindAllEnabledNodesWithNodeClusterId(context.Context, *FindAllEnabledNodesWithNodeClusterIdRequest) (*FindAllEnabledNodesWithNodeClusterIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledNodesWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledNodesWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) DeleteNode(context.Context, *DeleteNodeRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteNode not implemented")
return nil, status.Error(codes.Unimplemented, "method DeleteNode not implemented")
}
func (UnimplementedNodeServiceServer) DeleteNodeFromNodeCluster(context.Context, *DeleteNodeFromNodeClusterRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteNodeFromNodeCluster not implemented")
return nil, status.Error(codes.Unimplemented, "method DeleteNodeFromNodeCluster not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNode(context.Context, *UpdateNodeRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNode not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNode not implemented")
}
func (UnimplementedNodeServiceServer) FindEnabledNode(context.Context, *FindEnabledNodeRequest) (*FindEnabledNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledNode not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledNode not implemented")
}
func (UnimplementedNodeServiceServer) FindEnabledBasicNode(context.Context, *FindEnabledBasicNodeRequest) (*FindEnabledBasicNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledBasicNode not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledBasicNode not implemented")
}
func (UnimplementedNodeServiceServer) FindCurrentNodeConfig(context.Context, *FindCurrentNodeConfigRequest) (*FindCurrentNodeConfigResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindCurrentNodeConfig not implemented")
return nil, status.Error(codes.Unimplemented, "method FindCurrentNodeConfig not implemented")
}
func (UnimplementedNodeServiceServer) NodeStream(grpc.BidiStreamingServer[NodeStreamMessage, NodeStreamMessage]) error {
return status.Errorf(codes.Unimplemented, "method NodeStream not implemented")
return status.Error(codes.Unimplemented, "method NodeStream not implemented")
}
func (UnimplementedNodeServiceServer) SendCommandToNode(context.Context, *NodeStreamMessage) (*NodeStreamMessage, error) {
return nil, status.Errorf(codes.Unimplemented, "method SendCommandToNode not implemented")
return nil, status.Error(codes.Unimplemented, "method SendCommandToNode not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeStatus(context.Context, *UpdateNodeStatusRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeStatus not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeStatus not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeIsInstalled(context.Context, *UpdateNodeIsInstalledRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeIsInstalled not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeIsInstalled not implemented")
}
func (UnimplementedNodeServiceServer) InstallNode(context.Context, *InstallNodeRequest) (*InstallNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method InstallNode not implemented")
return nil, status.Error(codes.Unimplemented, "method InstallNode not implemented")
}
func (UnimplementedNodeServiceServer) UpgradeNode(context.Context, *UpgradeNodeRequest) (*UpgradeNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpgradeNode not implemented")
return nil, status.Error(codes.Unimplemented, "method UpgradeNode not implemented")
}
func (UnimplementedNodeServiceServer) StartNode(context.Context, *StartNodeRequest) (*StartNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method StartNode not implemented")
return nil, status.Error(codes.Unimplemented, "method StartNode not implemented")
}
func (UnimplementedNodeServiceServer) StopNode(context.Context, *StopNodeRequest) (*StopNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method StopNode not implemented")
return nil, status.Error(codes.Unimplemented, "method StopNode not implemented")
}
func (UnimplementedNodeServiceServer) UninstallNode(context.Context, *UninstallNodeRequest) (*UninstallNodeResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method UninstallNode not implemented")
return nil, status.Error(codes.Unimplemented, "method UninstallNode not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeConnectedAPINodes(context.Context, *UpdateNodeConnectedAPINodesRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeConnectedAPINodes not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeConnectedAPINodes not implemented")
}
func (UnimplementedNodeServiceServer) CountAllEnabledNodesWithNodeGrantId(context.Context, *CountAllEnabledNodesWithNodeGrantIdRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledNodesWithNodeGrantId not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledNodesWithNodeGrantId not implemented")
}
func (UnimplementedNodeServiceServer) FindAllEnabledNodesWithNodeGrantId(context.Context, *FindAllEnabledNodesWithNodeGrantIdRequest) (*FindAllEnabledNodesWithNodeGrantIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledNodesWithNodeGrantId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledNodesWithNodeGrantId not implemented")
}
func (UnimplementedNodeServiceServer) CountAllNotInstalledNodesWithNodeClusterId(context.Context, *CountAllNotInstalledNodesWithNodeClusterIdRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllNotInstalledNodesWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllNotInstalledNodesWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) FindAllNotInstalledNodesWithNodeClusterId(context.Context, *FindAllNotInstalledNodesWithNodeClusterIdRequest) (*FindAllNotInstalledNodesWithNodeClusterIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllNotInstalledNodesWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllNotInstalledNodesWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) CountAllUpgradeNodesWithNodeClusterId(context.Context, *CountAllUpgradeNodesWithNodeClusterIdRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllUpgradeNodesWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllUpgradeNodesWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) FindAllUpgradeNodesWithNodeClusterId(context.Context, *FindAllUpgradeNodesWithNodeClusterIdRequest) (*FindAllUpgradeNodesWithNodeClusterIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllUpgradeNodesWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllUpgradeNodesWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeInstallStatus(context.Context, *FindNodeInstallStatusRequest) (*FindNodeInstallStatusResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeInstallStatus not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeInstallStatus not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeLogin(context.Context, *UpdateNodeLoginRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeLogin not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeLogin not implemented")
}
func (UnimplementedNodeServiceServer) CountAllEnabledNodesWithNodeGroupId(context.Context, *CountAllEnabledNodesWithNodeGroupIdRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledNodesWithNodeGroupId not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledNodesWithNodeGroupId not implemented")
}
func (UnimplementedNodeServiceServer) FindAllEnabledNodesDNSWithNodeClusterId(context.Context, *FindAllEnabledNodesDNSWithNodeClusterIdRequest) (*FindAllEnabledNodesDNSWithNodeClusterIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledNodesDNSWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledNodesDNSWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) FindEnabledNodeDNS(context.Context, *FindEnabledNodeDNSRequest) (*FindEnabledNodeDNSResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledNodeDNS not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledNodeDNS not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeDNS(context.Context, *UpdateNodeDNSRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeDNS not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeDNS not implemented")
}
func (UnimplementedNodeServiceServer) CountAllEnabledNodesWithNodeRegionId(context.Context, *CountAllEnabledNodesWithNodeRegionIdRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledNodesWithNodeRegionId not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledNodesWithNodeRegionId not implemented")
}
func (UnimplementedNodeServiceServer) FindEnabledNodesWithIds(context.Context, *FindEnabledNodesWithIdsRequest) (*FindEnabledNodesWithIdsResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledNodesWithIds not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledNodesWithIds not implemented")
}
func (UnimplementedNodeServiceServer) CheckNodeLatestVersion(context.Context, *CheckNodeLatestVersionRequest) (*CheckNodeLatestVersionResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CheckNodeLatestVersion not implemented")
return nil, status.Error(codes.Unimplemented, "method CheckNodeLatestVersion not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeUp(context.Context, *UpdateNodeUpRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeUp not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeUp not implemented")
}
func (UnimplementedNodeServiceServer) DownloadNodeInstallationFile(context.Context, *DownloadNodeInstallationFileRequest) (*DownloadNodeInstallationFileResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method DownloadNodeInstallationFile not implemented")
return nil, status.Error(codes.Unimplemented, "method DownloadNodeInstallationFile not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeSystem(context.Context, *UpdateNodeSystemRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeSystem not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeSystem not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeCache(context.Context, *UpdateNodeCacheRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeCache not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeCache not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeLevelInfo(context.Context, *FindNodeLevelInfoRequest) (*FindNodeLevelInfoResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeLevelInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeLevelInfo not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeDNSResolver(context.Context, *FindNodeDNSResolverRequest) (*FindNodeDNSResolverResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeDNSResolver not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeDNSResolver not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeDNSResolver(context.Context, *UpdateNodeDNSResolverRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeDNSResolver not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeDNSResolver not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeDDoSProtection(context.Context, *FindNodeDDoSProtectionRequest) (*FindNodeDDoSProtectionResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeDDoSProtection not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeDDoSProtection not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeDDoSProtection(context.Context, *UpdateNodeDDoSProtectionRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeDDoSProtection not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeDDoSProtection not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeGlobalServerConfig(context.Context, *FindNodeGlobalServerConfigRequest) (*FindNodeGlobalServerConfigResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeGlobalServerConfig not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeGlobalServerConfig not implemented")
}
func (UnimplementedNodeServiceServer) FindEnabledNodeConfigInfo(context.Context, *FindEnabledNodeConfigInfoRequest) (*FindEnabledNodeConfigInfoResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledNodeConfigInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledNodeConfigInfo not implemented")
}
func (UnimplementedNodeServiceServer) CountAllNodeRegionInfo(context.Context, *CountAllNodeRegionInfoRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllNodeRegionInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllNodeRegionInfo not implemented")
}
func (UnimplementedNodeServiceServer) ListNodeRegionInfo(context.Context, *ListNodeRegionInfoRequest) (*ListNodeRegionInfoResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListNodeRegionInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method ListNodeRegionInfo not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeRegionInfo(context.Context, *UpdateNodeRegionInfoRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeRegionInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeRegionInfo not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeAPIConfig(context.Context, *FindNodeAPIConfigRequest) (*FindNodeAPIConfigResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeAPIConfig not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeAPIConfig not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeAPIConfig(context.Context, *UpdateNodeAPIConfigRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeAPIConfig not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeAPIConfig not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeUAMPolicies(context.Context, *FindNodeUAMPoliciesRequest) (*FindNodeUAMPoliciesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeUAMPolicies not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeUAMPolicies not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeHTTPCCPolicies(context.Context, *FindNodeHTTPCCPoliciesRequest) (*FindNodeHTTPCCPoliciesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeHTTPCCPolicies not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeHTTPCCPolicies not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeHTTP3Policies(context.Context, *FindNodeHTTP3PoliciesRequest) (*FindNodeHTTP3PoliciesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeHTTP3Policies not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeHTTP3Policies not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeHTTPPagesPolicies(context.Context, *FindNodeHTTPPagesPoliciesRequest) (*FindNodeHTTPPagesPoliciesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeHTTPPagesPolicies not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeHTTPPagesPolicies not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeScheduleInfo(context.Context, *FindNodeScheduleInfoRequest) (*FindNodeScheduleInfoResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeScheduleInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeScheduleInfo not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeScheduleInfo(context.Context, *UpdateNodeScheduleInfoRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeScheduleInfo not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeScheduleInfo not implemented")
}
func (UnimplementedNodeServiceServer) ResetNodeActionStatus(context.Context, *ResetNodeActionStatusRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method ResetNodeActionStatus not implemented")
return nil, status.Error(codes.Unimplemented, "method ResetNodeActionStatus not implemented")
}
func (UnimplementedNodeServiceServer) FindAllNodeScheduleInfoWithNodeClusterId(context.Context, *FindAllNodeScheduleInfoWithNodeClusterIdRequest) (*FindAllNodeScheduleInfoWithNodeClusterIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllNodeScheduleInfoWithNodeClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllNodeScheduleInfoWithNodeClusterId not implemented")
}
func (UnimplementedNodeServiceServer) CopyNodeActionsToNodeGroup(context.Context, *CopyNodeActionsToNodeGroupRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method CopyNodeActionsToNodeGroup not implemented")
return nil, status.Error(codes.Unimplemented, "method CopyNodeActionsToNodeGroup not implemented")
}
func (UnimplementedNodeServiceServer) CopyNodeActionsToNodeCluster(context.Context, *CopyNodeActionsToNodeClusterRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method CopyNodeActionsToNodeCluster not implemented")
return nil, status.Error(codes.Unimplemented, "method CopyNodeActionsToNodeCluster not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeTOAConfig(context.Context, *FindNodeTOAConfigRequest) (*FindNodeTOAConfigResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeTOAConfig not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeTOAConfig not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeNetworkSecurityPolicy(context.Context, *FindNodeNetworkSecurityPolicyRequest) (*FindNodeNetworkSecurityPolicyResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeNetworkSecurityPolicy not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeNetworkSecurityPolicy not implemented")
}
func (UnimplementedNodeServiceServer) FindNodeWebPPolicies(context.Context, *FindNodeWebPPoliciesRequest) (*FindNodeWebPPoliciesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindNodeWebPPolicies not implemented")
return nil, status.Error(codes.Unimplemented, "method FindNodeWebPPolicies not implemented")
}
func (UnimplementedNodeServiceServer) UpdateNodeIsOn(context.Context, *UpdateNodeIsOnRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeIsOn not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateNodeIsOn not implemented")
}
func (UnimplementedNodeServiceServer) testEmbeddedByValue() {}
@@ -1271,7 +1271,7 @@ type UnsafeNodeServiceServer interface {
}
func RegisterNodeServiceServer(s grpc.ServiceRegistrar, srv NodeServiceServer) {
// If the following call pancis, it indicates UnimplementedNodeServiceServer was
// If the following call panics, it indicates UnimplementedNodeServiceServer was
// embedded by pointer and is nil. This will cause panics if an
// unimplemented method is ever invoked, so we test this at initialization
// time to prevent it from happening at runtime later due to I/O.