aditya.siregar 4f5950543e init
2025-07-18 20:10:29 +07:00

7 lines
127 B
Go

package config
type Log struct {
LogFormat string `mapstructure:"log_format"`
LogLevel string `mapstructure:"log_level"`
}