Documentation ¶
Index ¶
- type Client
- func (c *Client) AddTxtRRSet(rrSet RRSet) (*RRSet, error)
- func (c *Client) DeleteTxtRRSet(domainName string, subName string) error
- func (c *Client) GetTxtRRSet(domainName string, subName string) (*RRSet, error)
- func (c *Client) UpdateTxtRRSet(domainName string, subName string, records []string) (*RRSet, error)
- type NotFound
- type RRSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { HTTPClient *http.Client BaseURL string // contains filtered or unexported fields }
Client deSec API client.
func (*Client) AddTxtRRSet ¶
AddTxtRRSet creates a new RRSet. https://desec.readthedocs.io/en/latest/dns/rrsets.html#creating-a-tlsa-rrset
func (*Client) DeleteTxtRRSet ¶
DeleteTxtRRSet deletes a RRset. https://desec.readthedocs.io/en/latest/dns/rrsets.html#deleting-an-rrset
func (*Client) GetTxtRRSet ¶
GetTxtRRSet gets a RRSet. https://desec.readthedocs.io/en/latest/dns/rrsets.html#retrieving-a-specific-rrset
func (*Client) UpdateTxtRRSet ¶
func (c *Client) UpdateTxtRRSet(domainName string, subName string, records []string) (*RRSet, error)
UpdateTxtRRSet updates RRSet records. https://desec.readthedocs.io/en/latest/dns/rrsets.html#modifying-an-rrset
Click to show internal directories.
Click to hide internal directories.