Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSProvider ¶
type DNSProvider struct {
// contains filtered or unexported fields
}
DNSProvider describes a provider for AuroraDNS
func NewDNSProvider ¶
func NewDNSProvider() (*DNSProvider, error)
NewDNSProvider returns a DNSProvider instance configured for AuroraDNS. Credentials must be passed in the environment variables: AURORA_USER_ID and AURORA_KEY.
func NewDNSProviderCredentials ¶
func NewDNSProviderCredentials(baseURL string, userID string, key string) (*DNSProvider, error)
NewDNSProviderCredentials uses the supplied credentials to return a DNSProvider instance configured for AuroraDNS.
func (*DNSProvider) CleanUp ¶
func (provider *DNSProvider) CleanUp(domain, token, keyAuth string) error
CleanUp removes a given record that was generated by Present
func (*DNSProvider) Present ¶
func (provider *DNSProvider) Present(domain, token, keyAuth string) error
Present creates a record with a secret
Click to show internal directories.
Click to hide internal directories.