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_node_group.proto
|
||||
|
||||
package pb
|
||||
@@ -143,22 +143,22 @@ type NodeGroupServiceServer interface {
|
||||
type UnimplementedNodeGroupServiceServer struct{}
|
||||
|
||||
func (UnimplementedNodeGroupServiceServer) CreateNodeGroup(context.Context, *CreateNodeGroupRequest) (*CreateNodeGroupResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CreateNodeGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CreateNodeGroup not implemented")
|
||||
}
|
||||
func (UnimplementedNodeGroupServiceServer) UpdateNodeGroup(context.Context, *UpdateNodeGroupRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateNodeGroup not implemented")
|
||||
}
|
||||
func (UnimplementedNodeGroupServiceServer) DeleteNodeGroup(context.Context, *DeleteNodeGroupRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method DeleteNodeGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method DeleteNodeGroup not implemented")
|
||||
}
|
||||
func (UnimplementedNodeGroupServiceServer) FindAllEnabledNodeGroupsWithNodeClusterId(context.Context, *FindAllEnabledNodeGroupsWithNodeClusterIdRequest) (*FindAllEnabledNodeGroupsWithNodeClusterIdResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledNodeGroupsWithNodeClusterId not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledNodeGroupsWithNodeClusterId not implemented")
|
||||
}
|
||||
func (UnimplementedNodeGroupServiceServer) UpdateNodeGroupOrders(context.Context, *UpdateNodeGroupOrdersRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateNodeGroupOrders not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateNodeGroupOrders not implemented")
|
||||
}
|
||||
func (UnimplementedNodeGroupServiceServer) FindEnabledNodeGroup(context.Context, *FindEnabledNodeGroupRequest) (*FindEnabledNodeGroupResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledNodeGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindEnabledNodeGroup not implemented")
|
||||
}
|
||||
func (UnimplementedNodeGroupServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
@@ -170,7 +170,7 @@ type UnsafeNodeGroupServiceServer interface {
|
||||
}
|
||||
|
||||
func RegisterNodeGroupServiceServer(s grpc.ServiceRegistrar, srv NodeGroupServiceServer) {
|
||||
// If the following call pancis, it indicates UnimplementedNodeGroupServiceServer was
|
||||
// If the following call panics, it indicates UnimplementedNodeGroupServiceServer 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