package
Version:
v0.0.0-...-c27f07c
Opens a new window with list of versions in this module.
Published: Apr 23, 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
¶
View Source
const (
USD = "USD"
EUR = "EUR"
CAD = "CAD"
INR = "INR"
)
type Config struct {
Mode string `mapstructure:"GIN_MODE"`
DBDriver string `mapstructure:"DB_DRIVER"`
ServerAddress string `mapstructure:"SERVER_ADDRESS"`
DBUrl string `mapstructure:"DB_URL"`
MigrateUrl string `mapstructure:"MIGRATE_URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.