package main type EnvConfigs struct { HttpPort string `mapstructure:"HTTP_PORT"` ConnectionString string `mapstructure:"DB_CONNECTION_STRING"` }