Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶ added in v0.1.0
type Bucket struct {
Name string `json:"name,omitempty" yaml:"name,omitempty"`
}
type SMTP ¶
type SMTP struct {
HostedZone string `json:"hosted_zone,omitempty" yaml:"hosted-zone,omitempty"`
Host string `json:"host,omitempty" yaml:"host,omitempty"`
Port int `json:"port,omitempty" yaml:"port,omitempty"`
Username string `json:"username,omitempty" yaml:"username,omitempty"`
Password string `json:"password,omitempty" yaml:"password,omitempty"`
}
type Thing ¶ added in v0.2.0
type Thing struct {
Name string `json:"name,omitempty" yaml:"name,omitempty"`
HostedZone string `json:"hosted_zone,omitempty" yaml:"hosted-zone,omitempty"`
FQDN string `json:"fqdn,omitempty" yaml:"fqdn,omitempty"`
Site Site `json:"site,omitempty" yaml:"site,omitempty"`
Bucket Bucket `json:"bucket,omitempty" yaml:"bucket,omitempty"`
SMTP SMTP `json:"smtp,omitempty" yaml:"smtp,omitempty"`
Email Email `json:"email,omitempty" yaml:"email,omitempty"`
}
type What ¶
type What struct {
Name string `json:"name,omitempty" yaml:"name,omitempty"`
CIDR string `json:"cidr,omitempty" yaml:"cidr,omitempty"`
Unique string `json:"unique,omitempty" yaml:"unique,omitempty"`
Account string `json:"account,omitempty" yaml:"account,omitempty"`
Region string `json:"region,omitempty" yaml:"region,omitempty"`
KeySecretID string `json:"key_secret_id,omitempty" yaml:"key-secret-id,omitempty"`
Things []Thing `json:"things,omitempty" yaml:"things,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.