package
Version:
v0.11.5
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewCommand is a middleware to audit commands execution
type Logger interface {
Info(msg ...interface{})
Warn(msg ...interface{})
Error(msg ...interface{})
Debug(msg ...interface{})
Fatal(msg ...interface{})
Panic(msg ...interface{})
}
Logger interface to log errors
Source Files
¶
Click to show internal directories.
Click to hide internal directories.