v1.5.1 增强程序稳定性
This commit is contained in:
@@ -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_api_node.proto
|
||||
|
||||
package pb
|
||||
@@ -278,49 +278,49 @@ type APINodeServiceServer interface {
|
||||
type UnimplementedAPINodeServiceServer struct{}
|
||||
|
||||
func (UnimplementedAPINodeServiceServer) CreateAPINode(context.Context, *CreateAPINodeRequest) (*CreateAPINodeResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CreateAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CreateAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) UpdateAPINode(context.Context, *UpdateAPINodeRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) DeleteAPINode(context.Context, *DeleteAPINodeRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method DeleteAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method DeleteAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) FindAllEnabledAPINodes(context.Context, *FindAllEnabledAPINodesRequest) (*FindAllEnabledAPINodesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledAPINodes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledAPINodes not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) CountAllEnabledAPINodes(context.Context, *CountAllEnabledAPINodesRequest) (*RPCCountResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledAPINodes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledAPINodes not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) CountAllEnabledAndOnAPINodes(context.Context, *CountAllEnabledAndOnAPINodesRequest) (*RPCCountResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledAndOnAPINodes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledAndOnAPINodes not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) ListEnabledAPINodes(context.Context, *ListEnabledAPINodesRequest) (*ListEnabledAPINodesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method ListEnabledAPINodes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method ListEnabledAPINodes not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) FindEnabledAPINode(context.Context, *FindEnabledAPINodeRequest) (*FindEnabledAPINodeResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindEnabledAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) FindCurrentAPINodeVersion(context.Context, *FindCurrentAPINodeVersionRequest) (*FindCurrentAPINodeVersionResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindCurrentAPINodeVersion not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindCurrentAPINodeVersion not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) FindCurrentAPINode(context.Context, *FindCurrentAPINodeRequest) (*FindCurrentAPINodeResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindCurrentAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindCurrentAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) CountAllEnabledAPINodesWithSSLCertId(context.Context, *CountAllEnabledAPINodesWithSSLCertIdRequest) (*RPCCountResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledAPINodesWithSSLCertId not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledAPINodesWithSSLCertId not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) DebugAPINode(context.Context, *DebugAPINodeRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method DebugAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method DebugAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) UploadAPINodeFile(context.Context, *UploadAPINodeFileRequest) (*UploadAPINodeFileResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UploadAPINodeFile not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UploadAPINodeFile not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) UploadDeployFileToAPINode(context.Context, *UploadDeployFileToAPINodeRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UploadDeployFileToAPINode not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UploadDeployFileToAPINode not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) FindLatestDeployFiles(context.Context, *FindLatestDeployFilesRequest) (*FindLatestDeployFilesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindLatestDeployFiles not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindLatestDeployFiles not implemented")
|
||||
}
|
||||
func (UnimplementedAPINodeServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
@@ -332,7 +332,7 @@ type UnsafeAPINodeServiceServer interface {
|
||||
}
|
||||
|
||||
func RegisterAPINodeServiceServer(s grpc.ServiceRegistrar, srv APINodeServiceServer) {
|
||||
// If the following call pancis, it indicates UnimplementedAPINodeServiceServer was
|
||||
// If the following call panics, it indicates UnimplementedAPINodeServiceServer 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.
|
||||
|
||||
Reference in New Issue
Block a user