package config type EnvConfig struct { Server ServerEntity Log LogEntity } type ServerEntity struct { Ip string Port int } type LogEntity struct { LogEnv string LogPath string }