Documentation
¶
Index ¶
- func RegisterService(s grpc.ServiceRegistrar, service *Service)
- type Config
- type Logger
- type Service
- func (s *Service) GetLogger(ctx context.Context, _ *loggerv1.GetLoggerRequest) (*apitype.Logger, error)
- func (s *Service) ResetLogLevel(ctx context.Context, _ *loggerv1.ResetLogLevelRequest) (*apitype.Logger, error)
- func (s *Service) SetLogLevel(ctx context.Context, req *loggerv1.SetLogLevelRequest) (*apitype.Logger, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterService ¶
func RegisterService(s grpc.ServiceRegistrar, service *Service)
Types ¶
type Service ¶
type Service struct {
loggerv1.UnsafeLoggerServer
// contains filtered or unexported fields
}
func (*Service) ResetLogLevel ¶
func (*Service) SetLogLevel ¶
Click to show internal directories.
Click to hide internal directories.