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_ssl_policy.proto
package pb
@@ -98,13 +98,13 @@ type SSLPolicyServiceServer interface {
type UnimplementedSSLPolicyServiceServer struct{}
func (UnimplementedSSLPolicyServiceServer) CreateSSLPolicy(context.Context, *CreateSSLPolicyRequest) (*CreateSSLPolicyResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateSSLPolicy not implemented")
return nil, status.Error(codes.Unimplemented, "method CreateSSLPolicy not implemented")
}
func (UnimplementedSSLPolicyServiceServer) UpdateSSLPolicy(context.Context, *UpdateSSLPolicyRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateSSLPolicy not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateSSLPolicy not implemented")
}
func (UnimplementedSSLPolicyServiceServer) FindEnabledSSLPolicyConfig(context.Context, *FindEnabledSSLPolicyConfigRequest) (*FindEnabledSSLPolicyConfigResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledSSLPolicyConfig not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledSSLPolicyConfig not implemented")
}
func (UnimplementedSSLPolicyServiceServer) testEmbeddedByValue() {}
@@ -116,7 +116,7 @@ type UnsafeSSLPolicyServiceServer interface {
}
func RegisterSSLPolicyServiceServer(s grpc.ServiceRegistrar, srv SSLPolicyServiceServer) {
// If the following call pancis, it indicates UnimplementedSSLPolicyServiceServer was
// If the following call panics, it indicates UnimplementedSSLPolicyServiceServer 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.