package
Version:
v0.0.0-...-d880922
Opens a new window with list of versions in this module.
Published: Nov 13, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Fields map[string]interface{}
type Logger interface {
Infof(format string, args ...interface{})
Warnf(format string, args ...interface{})
Errorf(format string, args ...interface{})
Fatalln(args ...interface{})
WithFields(keyValues Fields) Logger
WithError(err error) Logger
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.