Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { AccessKeyID string `toml:"AccessKeyID"` SecretAccessKey string `toml:"SecretAccessKey"` HostedZoneID string `toml:"HostedZoneID"` Fqdn string `toml:"Fqdn"` Debug bool `toml:"Debug"` }
Config represents the application's config file
type Response ¶
type Response struct {
IP string `json:"ip"`
}
Response represents the API response from https://www.ipify.org/
Click to show internal directories.
Click to hide internal directories.