7 lines
127 B
Go
Raw Normal View History

2025-08-09 15:08:26 +07:00
package config
type Log struct {
LogFormat string `mapstructure:"log_format"`
LogLevel string `mapstructure:"log_level"`
}