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_message_recipient.proto
package pb
@@ -143,22 +143,22 @@ type MessageRecipientServiceServer interface {
type UnimplementedMessageRecipientServiceServer struct{}
func (UnimplementedMessageRecipientServiceServer) CreateMessageRecipient(context.Context, *CreateMessageRecipientRequest) (*CreateMessageRecipientResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateMessageRecipient not implemented")
return nil, status.Error(codes.Unimplemented, "method CreateMessageRecipient not implemented")
}
func (UnimplementedMessageRecipientServiceServer) UpdateMessageRecipient(context.Context, *UpdateMessageRecipientRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateMessageRecipient not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateMessageRecipient not implemented")
}
func (UnimplementedMessageRecipientServiceServer) DeleteMessageRecipient(context.Context, *DeleteMessageRecipientRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteMessageRecipient not implemented")
return nil, status.Error(codes.Unimplemented, "method DeleteMessageRecipient not implemented")
}
func (UnimplementedMessageRecipientServiceServer) CountAllEnabledMessageRecipients(context.Context, *CountAllEnabledMessageRecipientsRequest) (*RPCCountResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CountAllEnabledMessageRecipients not implemented")
return nil, status.Error(codes.Unimplemented, "method CountAllEnabledMessageRecipients not implemented")
}
func (UnimplementedMessageRecipientServiceServer) ListEnabledMessageRecipients(context.Context, *ListEnabledMessageRecipientsRequest) (*ListEnabledMessageRecipientsResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListEnabledMessageRecipients not implemented")
return nil, status.Error(codes.Unimplemented, "method ListEnabledMessageRecipients not implemented")
}
func (UnimplementedMessageRecipientServiceServer) FindEnabledMessageRecipient(context.Context, *FindEnabledMessageRecipientRequest) (*FindEnabledMessageRecipientResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledMessageRecipient not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledMessageRecipient not implemented")
}
func (UnimplementedMessageRecipientServiceServer) testEmbeddedByValue() {}
@@ -170,7 +170,7 @@ type UnsafeMessageRecipientServiceServer interface {
}
func RegisterMessageRecipientServiceServer(s grpc.ServiceRegistrar, srv MessageRecipientServiceServer) {
// If the following call pancis, it indicates UnimplementedMessageRecipientServiceServer was
// If the following call panics, it indicates UnimplementedMessageRecipientServiceServer 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.