Documentation
¶
Index ¶
- type Client
- type DummyDNSClient
- type DynamicDNSClient
- func (client DynamicDNSClient) Append(domain string, records ...string) error
- func (client DynamicDNSClient) Delete(domain string, records ...string) error
- func (client DynamicDNSClient) Get(domain string) ([]string, error)
- func (client DynamicDNSClient) Update(domain string, records ...string) error
- type Route53Client
- func (r53 *Route53Client) Append(domain string, records ...string) error
- func (r53 *Route53Client) Delete(domain string, records ...string) error
- func (r53 *Route53Client) Get(domain string) ([]string, error)
- func (r53 *Route53Client) Init()
- func (r53 *Route53Client) Update(domain string, records ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyDNSClient ¶
func (DummyDNSClient) Append ¶
func (d DummyDNSClient) Append(domain string, records ...string) error
type DynamicDNSClient ¶
type DynamicDNSClient struct {
logger.Logger
KeyName string
Zone string
Nameserver string
Key string
Algorithm string
Insecure bool
}
func (DynamicDNSClient) Append ¶
func (client DynamicDNSClient) Append(domain string, records ...string) error
type Route53Client ¶
type Route53Client struct {
logger.Logger
HostedZoneID string
AccessKey, SecretKey string
Domain string
// contains filtered or unexported fields
}
func (*Route53Client) Append ¶
func (r53 *Route53Client) Append(domain string, records ...string) error
func (*Route53Client) Delete ¶
func (r53 *Route53Client) Delete(domain string, records ...string) error
func (*Route53Client) Init ¶
func (r53 *Route53Client) Init()
Click to show internal directories.
Click to hide internal directories.