Documentation ¶ Index ¶ type Client func NewClient(masterID string, password string) *Client func (c Client) AddTXTRecord(ctx context.Context, domain, value string) error func (c Client) DeleteTXTRecord(ctx context.Context, domain, value string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { HTTPClient *http.Client // contains filtered or unexported fields } Client the MyDNS.jp client. func NewClient ¶ func NewClient(masterID string, password string) *Client NewClient Creates a new Client. func (Client) AddTXTRecord ¶ func (c Client) AddTXTRecord(ctx context.Context, domain, value string) error func (Client) DeleteTXTRecord ¶ func (c Client) DeleteTXTRecord(ctx context.Context, domain, value string) error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.