package
Version:
v0.0.0-...-3daaeb3
Opens a new window with list of versions in this module.
Published: Jun 25, 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 AppConfig struct {
Name string `json:"name"`
Env string `json:"env"`
Port string `json:"port"`
}
type DbConfig struct {
Host string `json:"host"`
Port string `json:"port"`
DbName string `json:"db_name"`
Username string `json:"username"`
Password string `json:"password"`
DbIsMigrate bool `json:"db_is_migrate"`
DebugMode bool `json:"debug_mode"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.