Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
URL string `json:"url" toml:"url" yaml:"url"`
}
API defines the various API options.
type Config ¶
type Config struct { API API `json:"api" toml:"api" yaml:"api"` PollingInterval string `json:"poll_interval" toml:"poll_interval" yaml:"poll_interval"` Log Log `json:"log" toml:"log" yaml:"log"` AWSEC2Tags []string `json:"aws_ec2_tags" toml:"aws_ec2_tags" yaml:"aws_ec2_tags"` Debug bool `json:"debug" toml:"debug" yaml:"debug"` }
Config defines the running configuration options.
Click to show internal directories.
Click to hide internal directories.