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_cluster.proto
package pb
@@ -153,28 +153,28 @@ type HTTPDNSClusterServiceServer interface {
type UnimplementedHTTPDNSClusterServiceServer struct{}
func (UnimplementedHTTPDNSClusterServiceServer) CreateHTTPDNSCluster(context.Context, *CreateHTTPDNSClusterRequest) (*CreateHTTPDNSClusterResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method CreateHTTPDNSCluster not implemented")
return nil, status.Error(codes.Unimplemented, "method CreateHTTPDNSCluster not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) UpdateHTTPDNSCluster(context.Context, *UpdateHTTPDNSClusterRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPDNSCluster not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPDNSCluster not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) DeleteHTTPDNSCluster(context.Context, *DeleteHTTPDNSClusterRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteHTTPDNSCluster not implemented")
return nil, status.Error(codes.Unimplemented, "method DeleteHTTPDNSCluster not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) FindHTTPDNSCluster(context.Context, *FindHTTPDNSClusterRequest) (*FindHTTPDNSClusterResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindHTTPDNSCluster not implemented")
return nil, status.Error(codes.Unimplemented, "method FindHTTPDNSCluster not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) ListHTTPDNSClusters(context.Context, *ListHTTPDNSClustersRequest) (*ListHTTPDNSClustersResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListHTTPDNSClusters not implemented")
return nil, status.Error(codes.Unimplemented, "method ListHTTPDNSClusters not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) FindAllHTTPDNSClusters(context.Context, *FindAllHTTPDNSClustersRequest) (*FindAllHTTPDNSClustersResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllHTTPDNSClusters not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllHTTPDNSClusters not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) UpdateHTTPDNSClusterDefault(context.Context, *UpdateHTTPDNSClusterDefaultRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPDNSClusterDefault not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPDNSClusterDefault not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) ListHTTPDNSNodesWithClusterId(context.Context, *ListHTTPDNSNodesWithClusterIdRequest) (*ListHTTPDNSNodesWithClusterIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method ListHTTPDNSNodesWithClusterId not implemented")
return nil, status.Error(codes.Unimplemented, "method ListHTTPDNSNodesWithClusterId not implemented")
}
func (UnimplementedHTTPDNSClusterServiceServer) testEmbeddedByValue() {}
@@ -186,7 +186,7 @@ type UnsafeHTTPDNSClusterServiceServer interface {
}
func RegisterHTTPDNSClusterServiceServer(s grpc.ServiceRegistrar, srv HTTPDNSClusterServiceServer) {
// If the following call pancis, it indicates UnimplementedHTTPDNSClusterServiceServer was
// If the following call panics, it indicates UnimplementedHTTPDNSClusterServiceServer 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.