Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { DNSARecordNeedsUpdate(latticeID v1.LatticeID, name, value string) (bool, error) EnsureDNSARecord(latticeID v1.LatticeID, name, value string) error EnsureDNSCNAMERecord(latticeID v1.LatticeID, name, value string) error DestroyDNSRecord(latticeID v1.LatticeID, name string) error }
Click to show internal directories.
Click to hide internal directories.