Documentation
¶
Overview ¶
Package utilities provides shared configuration-loading helpers for the config module.
Its main responsibility is to load application settings from application.yml or application.json, merge .env and .env.local files, and apply environment-variable overrides derived from the Viper key paths.
Main entry point:
- LoadEnv to load configuration files and apply override rules
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetModeTest ¶ added in v0.0.79
func SetModeTest()
SetModeTest configures shared packages for test execution.
It enables logger test mode, switches Gin to test mode, and sets Viper defaults that disable behaviors not needed during tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.