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.6.1
// - protoc v3.21.12
// - protoc v3.19.6
// source: service_httpdns_app.proto
package pb
@@ -132,7 +132,7 @@ func (c *hTTPDNSAppServiceClient) ResetHTTPDNSAppSignSecret(ctx context.Context,
}
// HTTPDNSAppServiceServer is the server API for HTTPDNSAppService service.
// All implementations must embed UnimplementedHTTPDNSAppServiceServer
// All implementations should embed UnimplementedHTTPDNSAppServiceServer
// for forward compatibility.
type HTTPDNSAppServiceServer interface {
CreateHTTPDNSApp(context.Context, *CreateHTTPDNSAppRequest) (*CreateHTTPDNSAppResponse, error)
@@ -143,10 +143,9 @@ type HTTPDNSAppServiceServer interface {
FindAllHTTPDNSApps(context.Context, *FindAllHTTPDNSAppsRequest) (*FindAllHTTPDNSAppsResponse, error)
UpdateHTTPDNSAppSignEnabled(context.Context, *UpdateHTTPDNSAppSignEnabledRequest) (*RPCSuccess, error)
ResetHTTPDNSAppSignSecret(context.Context, *ResetHTTPDNSAppSignSecretRequest) (*ResetHTTPDNSAppSignSecretResponse, error)
mustEmbedUnimplementedHTTPDNSAppServiceServer()
}
// UnimplementedHTTPDNSAppServiceServer must be embedded to have
// UnimplementedHTTPDNSAppServiceServer should be embedded to have
// forward compatible implementations.
//
// NOTE: this should be embedded by value instead of pointer to avoid a nil
@@ -177,8 +176,7 @@ func (UnimplementedHTTPDNSAppServiceServer) UpdateHTTPDNSAppSignEnabled(context.
func (UnimplementedHTTPDNSAppServiceServer) ResetHTTPDNSAppSignSecret(context.Context, *ResetHTTPDNSAppSignSecretRequest) (*ResetHTTPDNSAppSignSecretResponse, error) {
return nil, status.Error(codes.Unimplemented, "method ResetHTTPDNSAppSignSecret not implemented")
}
func (UnimplementedHTTPDNSAppServiceServer) mustEmbedUnimplementedHTTPDNSAppServiceServer() {}
func (UnimplementedHTTPDNSAppServiceServer) testEmbeddedByValue() {}
func (UnimplementedHTTPDNSAppServiceServer) testEmbeddedByValue() {}
// UnsafeHTTPDNSAppServiceServer may be embedded to opt out of forward compatibility for this service.
// Use of this interface is not recommended, as added methods to HTTPDNSAppServiceServer will