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 v6.33.2
// - protoc-gen-go-grpc v1.6.1
// - protoc v3.19.6
// source: service_region_city.proto
package pb
@@ -149,22 +149,22 @@ type RegionCityServiceServer interface {
type UnimplementedRegionCityServiceServer struct{}
func (UnimplementedRegionCityServiceServer) FindAllEnabledRegionCities(context.Context, *FindAllEnabledRegionCitiesRequest) (*FindAllEnabledRegionCitiesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledRegionCities not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledRegionCities not implemented")
}
func (UnimplementedRegionCityServiceServer) FindEnabledRegionCity(context.Context, *FindEnabledRegionCityRequest) (*FindEnabledRegionCityResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledRegionCity not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledRegionCity not implemented")
}
func (UnimplementedRegionCityServiceServer) FindAllRegionCities(context.Context, *FindAllRegionCitiesRequest) (*FindAllRegionCitiesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllRegionCities not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllRegionCities not implemented")
}
func (UnimplementedRegionCityServiceServer) FindAllRegionCitiesWithRegionProvinceId(context.Context, *FindAllRegionCitiesWithRegionProvinceIdRequest) (*FindAllRegionCitiesWithRegionProvinceIdResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllRegionCitiesWithRegionProvinceId not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllRegionCitiesWithRegionProvinceId not implemented")
}
func (UnimplementedRegionCityServiceServer) FindRegionCity(context.Context, *FindRegionCityRequest) (*FindRegionCityResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindRegionCity not implemented")
return nil, status.Error(codes.Unimplemented, "method FindRegionCity not implemented")
}
func (UnimplementedRegionCityServiceServer) UpdateRegionCityCustom(context.Context, *UpdateRegionCityCustomRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateRegionCityCustom not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateRegionCityCustom not implemented")
}
func (UnimplementedRegionCityServiceServer) testEmbeddedByValue() {}
@@ -176,7 +176,7 @@ type UnsafeRegionCityServiceServer interface {
}
func RegisterRegionCityServiceServer(s grpc.ServiceRegistrar, srv RegionCityServiceServer) {
// If the following call pancis, it indicates UnimplementedRegionCityServiceServer was
// If the following call panics, it indicates UnimplementedRegionCityServiceServer 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.