Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEventChannelClosed = errors.New("events channel closed")
Functions ¶
func SameDNSName ¶ added in v0.6.0
SameDNSName compares two santized dns values
func SanitizeDNSName ¶
SanitizeDNSName return the DNS with a trailing dot
Types ¶
type Endpoint ¶
type Endpoint struct { // The DNS name to be set by the consumer for the record. DNSName string // In case of A records, the IP address value of the record. IP string // The value of ALIAS record (preferrably) or the CNAME // record, in case the provider receives only a hostname for // the service. Hostname string }
Endpoint is used to pass data from the producer to the consumer.
type RecordInfo ¶ added in v0.3.0
RecordInfo stores the information relevant to the record that were created mainly used to identify if the Route53 records needs to be updated
Click to show internal directories.
Click to hide internal directories.