Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Info(string, ...any)
Debug(string, ...any)
Warn(string, ...any)
Error(string, ...any)
}
func NewPrefixed ¶
Click to show internal directories.
Click to hide internal directories.