Documentation ¶ Index ¶ type AppConfig func NewConfig() *AppConfig func (c *AppConfig) GetDynamoDBEndpoint() string func (c *AppConfig) GetLinkTableName() string func (c *AppConfig) GetRedisParams() (string, string, int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AppConfig ¶ type AppConfig struct { // contains filtered or unexported fields } func NewConfig ¶ func NewConfig() *AppConfig func (*AppConfig) GetDynamoDBEndpoint ¶ func (c *AppConfig) GetDynamoDBEndpoint() string func (*AppConfig) GetLinkTableName ¶ func (c *AppConfig) GetLinkTableName() string func (*AppConfig) GetRedisParams ¶ func (c *AppConfig) GetRedisParams() (string, string, int) Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.