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_country.proto
package pb
@@ -134,19 +134,19 @@ type RegionCountryServiceServer interface {
type UnimplementedRegionCountryServiceServer struct{}
func (UnimplementedRegionCountryServiceServer) FindAllEnabledRegionCountries(context.Context, *FindAllEnabledRegionCountriesRequest) (*FindAllEnabledRegionCountriesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllEnabledRegionCountries not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllEnabledRegionCountries not implemented")
}
func (UnimplementedRegionCountryServiceServer) FindEnabledRegionCountry(context.Context, *FindEnabledRegionCountryRequest) (*FindEnabledRegionCountryResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledRegionCountry not implemented")
return nil, status.Error(codes.Unimplemented, "method FindEnabledRegionCountry not implemented")
}
func (UnimplementedRegionCountryServiceServer) FindAllRegionCountries(context.Context, *FindAllRegionCountriesRequest) (*FindAllRegionCountriesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindAllRegionCountries not implemented")
return nil, status.Error(codes.Unimplemented, "method FindAllRegionCountries not implemented")
}
func (UnimplementedRegionCountryServiceServer) FindRegionCountry(context.Context, *FindRegionCountryRequest) (*FindRegionCountryResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method FindRegionCountry not implemented")
return nil, status.Error(codes.Unimplemented, "method FindRegionCountry not implemented")
}
func (UnimplementedRegionCountryServiceServer) UpdateRegionCountryCustom(context.Context, *UpdateRegionCountryCustomRequest) (*RPCSuccess, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateRegionCountryCustom not implemented")
return nil, status.Error(codes.Unimplemented, "method UpdateRegionCountryCustom not implemented")
}
func (UnimplementedRegionCountryServiceServer) testEmbeddedByValue() {}
@@ -158,7 +158,7 @@ type UnsafeRegionCountryServiceServer interface {
}
func RegisterRegionCountryServiceServer(s grpc.ServiceRegistrar, srv RegionCountryServiceServer) {
// If the following call pancis, it indicates UnimplementedRegionCountryServiceServer was
// If the following call panics, it indicates UnimplementedRegionCountryServiceServer 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.