package
Version:
v0.0.0-...-3beaeaf
Opens a new window with list of versions in this module.
Published: May 27, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIConfig struct {
Environment string `mapstructure:"ENV"`
Port string `mapstructure:"PORT"`
BaseURL string `mapstructure:"BASE_URL"`
AllowedCORSDomains []string `mapstructure:"ALLOWED_CORS_DOMAINS"`
}
type GinConfig struct {
Mode string `mapstructure:"MODE"`
}
type PostgresConfig struct {
Host string `mapstructure:"HOST"`
Port string `mapstructure:"PORT"`
User string `mapstructure:"USER"`
Password string `mapstructure:"PASSWORD"`
DB string `mapstructure:"DB"`
LogLevel string `mapstructure:"LOG_LEVEL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.