# Functions
LoggerFromContext retreives the logger or return an error.
No description provided by the author
WithLogger adds a logger into the context as a value.
# Constants
UserAgentKey is the key used to store userAgent within context.
# Structs
DelayedUnmarshaler is struct that saves the provided unmarshal function passed to UnmarshalYAML so it can be re-used later once the target interface is known.