Documentation
¶
Index ¶
- type CounterUseCase
- type Logger
- func (m *Logger) Debug(msg string, tags map[string]interface{})
- func (m *Logger) Error(msg string, err error, tags map[string]interface{})
- func (m *Logger) Info(msg string, tags map[string]interface{})
- func (m *Logger) Instance() zerolog.Logger
- func (m *Logger) SetGlobalValue(key string, value any)
- func (m *Logger) Trace(msg string, tags map[string]interface{})
- func (m *Logger) Warn(msg string, tags map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterUseCase ¶
func (*CounterUseCase) Execute ¶
func (m *CounterUseCase) Execute() (int, error)
type Logger ¶
func (*Logger) SetGlobalValue ¶
Click to show internal directories.
Click to hide internal directories.