package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 18, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DBDSN string `mapstructure:"dbdsn"`
RedisDSN string `mapstructure:"redisdsn"`
}
Config is the configuration for the application
LoadConfigFromFileOrEnvVar loads the configuration from a file or environment variable
IsValid checks if the configuration is valid
Source Files
¶
Click to show internal directories.
Click to hide internal directories.