auroradns

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2018 License: MIT Imports: 7 Imported by: 66

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL