init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type Log struct {
|
||||
LogFormat string `mapstructure:"log_format"`
|
||||
LogLevel string `mapstructure:"log_level"`
|
||||
}
|
||||
Reference in New Issue
Block a user