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_domain.proto
package pb
@@ -101,16 +101,16 @@ type HTTPDNSDomainServiceServer interface {
type UnimplementedHTTPDNSDomainServiceServer struct{}
func (UnimplementedHTTPDNSDomainServiceServer) CreateHTTPDNSDomain(context.Context, *CreateHTTPDNSDomainRequest) (*CreateHTTPDNSDomainResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateHTTPDNSDomain not implemented")
return nil, status.Error(codes.Unimplemented, "method CreateHTTPDNSDomain not implemented")
}
func (UnimplementedHTTPDNSDomainServiceServer) DeleteHTTPDNSDomain(context.Context, *DeleteHTTPDNSDomainRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteHTTPDNSDomain not implemented")
return nil, status.Error(codes.Unimplemented, "method DeleteHTTPDNSDomain not implemented")
}
func (UnimplementedHTTPDNSDomainServiceServer) UpdateHTTPDNSDomainStatus(context.Context, *UpdateHTTPDNSDomainStatusRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPDNSDomainStatus not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPDNSDomainStatus not implemented")
}
func (UnimplementedHTTPDNSDomainServiceServer) ListHTTPDNSDomainsWithAppId(context.Context, *ListHTTPDNSDomainsWithAppIdRequest) (*ListHTTPDNSDomainsWithAppIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListHTTPDNSDomainsWithAppId not implemented")
return nil, status.Error(codes.Unimplemented, "method ListHTTPDNSDomainsWithAppId not implemented")
}
func (UnimplementedHTTPDNSDomainServiceServer) testEmbeddedByValue() {}
@@ -122,7 +122,7 @@ type UnsafeHTTPDNSDomainServiceServer interface {
}
func RegisterHTTPDNSDomainServiceServer(s grpc.ServiceRegistrar, srv HTTPDNSDomainServiceServer) {
// If the following call pancis, it indicates UnimplementedHTTPDNSDomainServiceServer was
// If the following call panics, it indicates UnimplementedHTTPDNSDomainServiceServer 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.