Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Info(v string) InfoWithFields(v string, fields LoggerFields) InfoError(v string, err error) }
type LoggerFields ¶
type LoggerFields map[string]interface{}
Click to show internal directories.
Click to hide internal directories.