first
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Gin struct {
|
||||
ApiAddr string `mapstructure:"api-addr"`
|
||||
AdminAddr string `mapstructure:"admin-addr"`
|
||||
Mode string
|
||||
ResourcesPath string `mapstructure:"resources-path"`
|
||||
}
|
||||
Reference in New Issue
Block a user