package
0.0.0-20250204142229-6bf38ef5e1a0
Repository: https://github.com/raythx98/gohelpme.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDefault creates a new instance of Default logger using Go's native logger.
WithError creates an option that contains the error.
WithField creates an option that contains the key-value pair.
WithFields creates an option that contains the metadata.

# Structs

Default is a struct that wraps the default logger from the "log" package.

# Interfaces

go:generate mockery --name ILogger.

# Type aliases

Field is a function type that returns a map of string keys to interface{} values.