diff --git a/config.go b/config.go index 537c458..d0fd843 100644 --- a/config.go +++ b/config.go @@ -16,6 +16,7 @@ import ( type MetaConfig struct { Environment string ServiceName string `mapstructure:"service_name"` + Region string `mapstructure:"region"` } type fileSystem interface {