modulepackage
0.0.0-20241216223321-3618bb158eaf
Repository: https://github.com/frantjc/momo.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
LoggerFrom returns a Logger embedded within the given Context or a no-op Logger if no such Logger exists.
NewLogger creates a new Logger.
SemVer returns the semantic version of momo as built from VersionCore and debug build info.
No description provided by the author
WithLogger returns a Context from the parent Context with the given Logger inside of it.
# Variables
VersionCore is the SemVer version core of momo.
# Interfaces
No description provided by the author
# Type aliases
Logger is an alias to logr.Logger in case the logging library is desired to be swapped out.