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 v3.21.12
// - protoc-gen-go-grpc v1.6.1
// - protoc v3.19.6
// source: service_httpdns_rule.proto
package pb
@@ -114,19 +114,19 @@ type HTTPDNSRuleServiceServer interface {
type UnimplementedHTTPDNSRuleServiceServer struct{}
func (UnimplementedHTTPDNSRuleServiceServer) CreateHTTPDNSCustomRule(context.Context, *CreateHTTPDNSCustomRuleRequest) (*CreateHTTPDNSCustomRuleResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateHTTPDNSCustomRule not implemented")
return nil, status.Error(codes.Unimplemented, "method CreateHTTPDNSCustomRule not implemented")
}
func (UnimplementedHTTPDNSRuleServiceServer) UpdateHTTPDNSCustomRule(context.Context, *UpdateHTTPDNSCustomRuleRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPDNSCustomRule not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPDNSCustomRule not implemented")
}
func (UnimplementedHTTPDNSRuleServiceServer) DeleteHTTPDNSCustomRule(context.Context, *DeleteHTTPDNSCustomRuleRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteHTTPDNSCustomRule not implemented")
return nil, status.Error(codes.Unimplemented, "method DeleteHTTPDNSCustomRule not implemented")
}
func (UnimplementedHTTPDNSRuleServiceServer) UpdateHTTPDNSCustomRuleStatus(context.Context, *UpdateHTTPDNSCustomRuleStatusRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPDNSCustomRuleStatus not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPDNSCustomRuleStatus not implemented")
}
func (UnimplementedHTTPDNSRuleServiceServer) ListHTTPDNSCustomRulesWithDomainId(context.Context, *ListHTTPDNSCustomRulesWithDomainIdRequest) (*ListHTTPDNSCustomRulesWithDomainIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListHTTPDNSCustomRulesWithDomainId not implemented")
return nil, status.Error(codes.Unimplemented, "method ListHTTPDNSCustomRulesWithDomainId not implemented")
}
func (UnimplementedHTTPDNSRuleServiceServer) testEmbeddedByValue() {}
@@ -138,7 +138,7 @@ type UnsafeHTTPDNSRuleServiceServer interface {
}
func RegisterHTTPDNSRuleServiceServer(s grpc.ServiceRegistrar, srv HTTPDNSRuleServiceServer) {
// If the following call pancis, it indicates UnimplementedHTTPDNSRuleServiceServer was
// If the following call panics, it indicates UnimplementedHTTPDNSRuleServiceServer 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.