Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Watch ¶
func Watch(configUrl string, cacheFilename string, checkInterval time.Duration, logger log.DebugLogger) (<-chan *Configuration, error)
Types ¶
type AWSAccount ¶
type AWSConfiguration ¶
type AWSConfiguration struct { GroupPrefix string `yaml:"group_prefix"` Account []AWSAccount `yaml:"account"` }
type Configuration ¶
type Configuration struct {
AWS AWSConfiguration `yaml:"aws"`
}
Click to show internal directories.
Click to hide internal directories.