7 lines
127 B
Go
Raw Normal View History

2025-07-18 20:10:29 +07:00
package config
type Log struct {
LogFormat string `mapstructure:"log_format"`
LogLevel string `mapstructure:"log_level"`
}