Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var File_app_log_command_config_proto protoreflect.FileDescriptor
Functions ¶
func RegisterLoggerServiceServer ¶
func RegisterLoggerServiceServer(s *grpc.Server, srv LoggerServiceServer)
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) Descriptor
deprecated
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) ProtoReflect ¶
func (x *Config) ProtoReflect() protoreflect.Message
type LoggerServer ¶
func (*LoggerServer) RestartLogger ¶
func (s *LoggerServer) RestartLogger(ctx context.Context, request *RestartLoggerRequest) (*RestartLoggerResponse, error)
RestartLogger implements LoggerService.
type LoggerServiceClient ¶
type LoggerServiceClient interface {
RestartLogger(ctx context.Context, in *RestartLoggerRequest, opts ...grpc.CallOption) (*RestartLoggerResponse, error)
}
LoggerServiceClient is the client API for LoggerService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewLoggerServiceClient ¶
func NewLoggerServiceClient(cc grpc.ClientConnInterface) LoggerServiceClient
type LoggerServiceServer ¶
type LoggerServiceServer interface { RestartLogger(context.Context, *RestartLoggerRequest) (*RestartLoggerResponse, error) // contains filtered or unexported methods }
LoggerServiceServer is the server API for LoggerService service. All implementations must embed UnimplementedLoggerServiceServer for forward compatibility
type RestartLoggerRequest ¶
type RestartLoggerRequest struct {
// contains filtered or unexported fields
}
func (*RestartLoggerRequest) Descriptor
deprecated
func (*RestartLoggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestartLoggerRequest.ProtoReflect.Descriptor instead.
func (*RestartLoggerRequest) ProtoMessage ¶
func (*RestartLoggerRequest) ProtoMessage()
func (*RestartLoggerRequest) ProtoReflect ¶
func (x *RestartLoggerRequest) ProtoReflect() protoreflect.Message
func (*RestartLoggerRequest) Reset ¶
func (x *RestartLoggerRequest) Reset()
func (*RestartLoggerRequest) String ¶
func (x *RestartLoggerRequest) String() string
type RestartLoggerResponse ¶
type RestartLoggerResponse struct {
// contains filtered or unexported fields
}
func (*RestartLoggerResponse) Descriptor
deprecated
func (*RestartLoggerResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestartLoggerResponse.ProtoReflect.Descriptor instead.
func (*RestartLoggerResponse) ProtoMessage ¶
func (*RestartLoggerResponse) ProtoMessage()
func (*RestartLoggerResponse) ProtoReflect ¶
func (x *RestartLoggerResponse) ProtoReflect() protoreflect.Message
func (*RestartLoggerResponse) Reset ¶
func (x *RestartLoggerResponse) Reset()
func (*RestartLoggerResponse) String ¶
func (x *RestartLoggerResponse) String() string
type UnimplementedLoggerServiceServer ¶
type UnimplementedLoggerServiceServer struct { }
UnimplementedLoggerServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedLoggerServiceServer) RestartLogger ¶
func (UnimplementedLoggerServiceServer) RestartLogger(context.Context, *RestartLoggerRequest) (*RestartLoggerResponse, error)
type UnsafeLoggerServiceServer ¶
type UnsafeLoggerServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLoggerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LoggerServiceServer will result in compilation errors.