package config type EnvConfig struct { Log LogEntity } type LogEntity struct { LogEnv string LogPath string }