Documentation ¶
Index ¶
- type Config
- func (c *Config) Read() error
- func (c *Config) Save() error
- func (c *Config) SetDynamoDBActionRetries(i uint)
- func (c *Config) SetDynamoDBAwsRegion(s string)
- func (c *Config) SetDynamoDBDaxUrl(s string)
- func (c *Config) SetDynamoDBTable(s string)
- func (c *Config) SetDynamoDBTimeoutSeconds(i uint)
- func (c *Config) SetDynamoDBUseDax(b bool)
- func (c *Config) SetGatewayKey(s string)
- func (c *Config) SetHashKeys(hk ...hashKeyData)
- func (c *Config) SetHealthReportCleanUpFrequencySeconds(i uint)
- func (c *Config) SetHealthReportRecordStaleMinutes(i uint)
- func (c *Config) SetServiceDiscoveryTimeoutSeconds(i uint)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AppName string `mapstructure:"-"` ConfigFileName string `mapstructure:"-"` CustomConfigPath string `mapstructure:"-"` NotifierGatewayData *notifierGatewayData `mapstructure:"notifier_gateway"` // contains filtered or unexported fields }
func (*Config) SetDynamoDBActionRetries ¶
func (*Config) SetDynamoDBAwsRegion ¶
func (*Config) SetDynamoDBDaxUrl ¶
func (*Config) SetDynamoDBTable ¶
func (*Config) SetDynamoDBTimeoutSeconds ¶
func (*Config) SetDynamoDBUseDax ¶
func (*Config) SetGatewayKey ¶
func (*Config) SetHashKeys ¶ added in v1.0.8
func (c *Config) SetHashKeys(hk ...hashKeyData)
func (*Config) SetHealthReportCleanUpFrequencySeconds ¶ added in v1.0.8
func (*Config) SetHealthReportRecordStaleMinutes ¶ added in v1.0.8
func (*Config) SetServiceDiscoveryTimeoutSeconds ¶ added in v1.0.8
Click to show internal directories.
Click to hide internal directories.