package
Version:
v0.0.0-...-30dbe51
Opens a new window with list of versions in this module.
Published: Oct 12, 2020
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Config is the config of application.
New returns a new viper config.
type Database struct {
gorm.Options `mapstructure:",squash"`
}
type HTTP struct {
http.Options `mapstructure:",squash"`
}
type Minio struct {
minio.Options `mapstructure:",squash"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.