package
0.0.0-20241203122911-a78b7e82caec
Repository: https://github.com/ekarahadi/go-codebase.git
Documentation: pkg.go.dev
# Functions
SetLogger set to exported to make it easier when we want to mock the logger during tests.
No description provided by the author
# Variables
No description provided by the author
# Interfaces
logger interface based zap's exported method since this is an interface, we can also swap to other log libraries if they also support log levels, and structured logging with fields.