v1.5.1 增强程序稳定性
This commit is contained in:
@@ -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_ns_route.proto
|
||||
|
||||
package pb
|
||||
@@ -250,43 +250,43 @@ type NSRouteServiceServer interface {
|
||||
type UnimplementedNSRouteServiceServer struct{}
|
||||
|
||||
func (UnimplementedNSRouteServiceServer) CreateNSRoute(context.Context, *CreateNSRouteRequest) (*CreateNSRouteResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CreateNSRoute not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CreateNSRoute not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) UpdateNSRoute(context.Context, *UpdateNSRouteRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateNSRoute not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateNSRoute not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) DeleteNSRoute(context.Context, *DeleteNSRouteRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method DeleteNSRoute not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method DeleteNSRoute not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindNSRoute(context.Context, *FindNSRouteRequest) (*FindNSRouteResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindNSRoute not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindNSRoute not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) CountAllNSRoutes(context.Context, *CountAllNSRoutesRequest) (*RPCCountResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CountAllNSRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CountAllNSRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindAllNSRoutes(context.Context, *FindAllNSRoutesRequest) (*FindAllNSRoutesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllNSRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllNSRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindAllPublicNSRoutes(context.Context, *FindAllPublicRoutesRequest) (*FindAllPublicRoutesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllPublicNSRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllPublicNSRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) UpdateNSRouteOrders(context.Context, *UpdateNSRouteOrdersRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateNSRouteOrders not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateNSRouteOrders not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) ListNSRoutesAfterVersion(context.Context, *ListNSRoutesAfterVersionRequest) (*ListNSRoutesAfterVersionResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method ListNSRoutesAfterVersion not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method ListNSRoutesAfterVersion not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindAllDefaultWorldRegionRoutes(context.Context, *FindAllDefaultWorldRegionRoutesRequest) (*FindAllDefaultWorldRegionRoutesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllDefaultWorldRegionRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllDefaultWorldRegionRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindAllDefaultChinaProvinceRoutes(context.Context, *FindAllDefaultChinaProvinceRoutesRequest) (*FindAllDefaultChinaProvinceRoutesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllDefaultChinaProvinceRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllDefaultChinaProvinceRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindAllDefaultISPRoutes(context.Context, *FindAllDefaultISPRoutesRequest) (*FindAllDefaultISPRoutesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllDefaultISPRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllDefaultISPRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) FindAllAgentNSRoutes(context.Context, *FindAllAgentNSRoutesRequest) (*FindAllAgentNSRoutesResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAllAgentNSRoutes not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAllAgentNSRoutes not implemented")
|
||||
}
|
||||
func (UnimplementedNSRouteServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
@@ -298,7 +298,7 @@ type UnsafeNSRouteServiceServer interface {
|
||||
}
|
||||
|
||||
func RegisterNSRouteServiceServer(s grpc.ServiceRegistrar, srv NSRouteServiceServer) {
|
||||
// If the following call pancis, it indicates UnimplementedNSRouteServiceServer was
|
||||
// If the following call panics, it indicates UnimplementedNSRouteServiceServer 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.
|
||||
|
||||
Reference in New Issue
Block a user