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_sys_setting.proto
|
||||
|
||||
package pb
|
||||
@@ -83,10 +83,10 @@ type SysSettingServiceServer interface {
|
||||
type UnimplementedSysSettingServiceServer struct{}
|
||||
|
||||
func (UnimplementedSysSettingServiceServer) UpdateSysSetting(context.Context, *UpdateSysSettingRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateSysSetting not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateSysSetting not implemented")
|
||||
}
|
||||
func (UnimplementedSysSettingServiceServer) ReadSysSetting(context.Context, *ReadSysSettingRequest) (*ReadSysSettingResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method ReadSysSetting not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method ReadSysSetting not implemented")
|
||||
}
|
||||
func (UnimplementedSysSettingServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
@@ -98,7 +98,7 @@ type UnsafeSysSettingServiceServer interface {
|
||||
}
|
||||
|
||||
func RegisterSysSettingServiceServer(s grpc.ServiceRegistrar, srv SysSettingServiceServer) {
|
||||
// If the following call pancis, it indicates UnimplementedSysSettingServiceServer was
|
||||
// If the following call panics, it indicates UnimplementedSysSettingServiceServer 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