package
Version:
v0.0.0-...-ec98fb3
Opens a new window with list of versions in this module.
Published: May 15, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NewLogger interface {
Error(message string, tags ...Tag)
}
type OldLogger interface {
Error(message string, args ...interface{})
}
type Tag struct {
Key, Value string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.