package
Version:
v0.0.0-...-c5159e0
Opens a new window with list of versions in this module.
Published: Feb 26, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DbConf struct {
Driver string `mapstructure:"driver"`
Dsn string `mapstructure:"dsn"`
MaxIdleCount int `mapstructure:"maxIdleCount"`
MaxOpenCount int `mapstructure:"maxOpenCount"`
}
type LogConf struct {
Debug bool `mapstructure:"debug"`
MaxSize int `mapstructure:"maxSize"`
MaxAge int `mapstructure:"maxAge"`
MaxBackup int `mapstructure:"maxBackup"`
LocalTime bool `mapstructure:"localTime"`
Compress bool `mapstructure:"compress"`
}
type ServerConf struct {
GinMode string `mapstructure:"ginMode"`
Port string `mapstructure:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.