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_server_group.proto
|
||||
|
||||
package pb
|
||||
@@ -263,46 +263,46 @@ type ServerGroupServiceServer interface {
|
||||
type UnimplementedServerGroupServiceServer struct{}
|
||||
|
||||
func (UnimplementedServerGroupServiceServer) CreateServerGroup(context.Context, *CreateServerGroupRequest) (*CreateServerGroupResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CreateServerGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CreateServerGroup not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) UpdateServerGroup(context.Context, *UpdateServerGroupRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateServerGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateServerGroup not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) DeleteServerGroup(context.Context, *DeleteServerGroupRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method DeleteServerGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method DeleteServerGroup not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindAllEnabledServerGroups(context.Context, *FindAllEnabledServerGroupsRequest) (*FindAllEnabledServerGroupsResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledServerGroups not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledServerGroups not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) UpdateServerGroupOrders(context.Context, *UpdateServerGroupOrdersRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateServerGroupOrders not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateServerGroupOrders not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindEnabledServerGroup(context.Context, *FindEnabledServerGroupRequest) (*FindEnabledServerGroupResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledServerGroup not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindEnabledServerGroup not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindAndInitServerGroupHTTPReverseProxyConfig(context.Context, *FindAndInitServerGroupHTTPReverseProxyConfigRequest) (*FindAndInitServerGroupHTTPReverseProxyConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAndInitServerGroupHTTPReverseProxyConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAndInitServerGroupHTTPReverseProxyConfig not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindAndInitServerGroupTCPReverseProxyConfig(context.Context, *FindAndInitServerGroupTCPReverseProxyConfigRequest) (*FindAndInitServerGroupTCPReverseProxyConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAndInitServerGroupTCPReverseProxyConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAndInitServerGroupTCPReverseProxyConfig not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindAndInitServerGroupUDPReverseProxyConfig(context.Context, *FindAndInitServerGroupUDPReverseProxyConfigRequest) (*FindAndInitServerGroupUDPReverseProxyConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAndInitServerGroupUDPReverseProxyConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAndInitServerGroupUDPReverseProxyConfig not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) UpdateServerGroupHTTPReverseProxy(context.Context, *UpdateServerGroupHTTPReverseProxyRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateServerGroupHTTPReverseProxy not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateServerGroupHTTPReverseProxy not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) UpdateServerGroupTCPReverseProxy(context.Context, *UpdateServerGroupTCPReverseProxyRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateServerGroupTCPReverseProxy not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateServerGroupTCPReverseProxy not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) UpdateServerGroupUDPReverseProxy(context.Context, *UpdateServerGroupUDPReverseProxyRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateServerGroupUDPReverseProxy not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateServerGroupUDPReverseProxy not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindEnabledServerGroupConfigInfo(context.Context, *FindEnabledServerGroupConfigInfoRequest) (*FindEnabledServerGroupConfigInfoResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledServerGroupConfigInfo not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindEnabledServerGroupConfigInfo not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) FindAndInitServerGroupWebConfig(context.Context, *FindAndInitServerGroupWebConfigRequest) (*FindAndInitServerGroupWebConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAndInitServerGroupWebConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAndInitServerGroupWebConfig not implemented")
|
||||
}
|
||||
func (UnimplementedServerGroupServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
@@ -314,7 +314,7 @@ type UnsafeServerGroupServiceServer interface {
|
||||
}
|
||||
|
||||
func RegisterServerGroupServiceServer(s grpc.ServiceRegistrar, srv ServerGroupServiceServer) {
|
||||
// If the following call pancis, it indicates UnimplementedServerGroupServiceServer was
|
||||
// If the following call panics, it indicates UnimplementedServerGroupServiceServer 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