Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseConfig ¶
type BaseConfig struct {
Testing string
Debug string
SecretKey string
Port string
AWS_ACCCESS_KEY string
AWS_SECRET_KEY string
AWS_DEFAULT_REGION string
S3_Daily_Data string
S3_Weekly_Data string
S3_Monthly_Data string
S3_Yearly_data string
DynamoDB_UsersTable string
DynamoDB_ClientsTable string
DynamoDB_DevicesTable string
}
func AppConfig ¶
func AppConfig(env string) *BaseConfig
Click to show internal directories.
Click to hide internal directories.