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_http_location.proto
|
||||
|
||||
package pb
|
||||
@@ -158,25 +158,25 @@ type HTTPLocationServiceServer interface {
|
||||
type UnimplementedHTTPLocationServiceServer struct{}
|
||||
|
||||
func (UnimplementedHTTPLocationServiceServer) CreateHTTPLocation(context.Context, *CreateHTTPLocationRequest) (*CreateHTTPLocationResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method CreateHTTPLocation not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method CreateHTTPLocation not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) UpdateHTTPLocation(context.Context, *UpdateHTTPLocationRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPLocation not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPLocation not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) FindEnabledHTTPLocationConfig(context.Context, *FindEnabledHTTPLocationConfigRequest) (*FindEnabledHTTPLocationConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindEnabledHTTPLocationConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindEnabledHTTPLocationConfig not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) DeleteHTTPLocation(context.Context, *DeleteHTTPLocationRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method DeleteHTTPLocation not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method DeleteHTTPLocation not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) FindAndInitHTTPLocationReverseProxyConfig(context.Context, *FindAndInitHTTPLocationReverseProxyConfigRequest) (*FindAndInitHTTPLocationReverseProxyConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAndInitHTTPLocationReverseProxyConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAndInitHTTPLocationReverseProxyConfig not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) FindAndInitHTTPLocationWebConfig(context.Context, *FindAndInitHTTPLocationWebConfigRequest) (*FindAndInitHTTPLocationWebConfigResponse, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method FindAndInitHTTPLocationWebConfig not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method FindAndInitHTTPLocationWebConfig not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) UpdateHTTPLocationReverseProxy(context.Context, *UpdateHTTPLocationReverseProxyRequest) (*RPCSuccess, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method UpdateHTTPLocationReverseProxy not implemented")
|
||||
return nil, status.Error(codes.Unimplemented, "method UpdateHTTPLocationReverseProxy not implemented")
|
||||
}
|
||||
func (UnimplementedHTTPLocationServiceServer) testEmbeddedByValue() {}
|
||||
|
||||
@@ -188,7 +188,7 @@ type UnsafeHTTPLocationServiceServer interface {
|
||||
}
|
||||
|
||||
func RegisterHTTPLocationServiceServer(s grpc.ServiceRegistrar, srv HTTPLocationServiceServer) {
|
||||
// If the following call pancis, it indicates UnimplementedHTTPLocationServiceServer was
|
||||
// If the following call panics, it indicates UnimplementedHTTPLocationServiceServer 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