11 lines
116 B

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