Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type APIResponse struct { Result string `json:"result"` Details json.RawMessage `json:"details"` }
type Client ¶
Client the Webnames API client.
func (*Client) AddTXTRecord ¶
AddTXTRecord adds a TXT record. Inspired by https://github.com/regtime-ltd/certbot-dns-webnames/blob/master/authenticator.sh
func (*Client) RemoveTXTRecord ¶
RemoveTXTRecord removes a TXT record. Inspired by https://github.com/regtime-ltd/certbot-dns-webnames/blob/master/cleanup.sh
Click to show internal directories.
Click to hide internal directories.