Documentation ¶
Index ¶
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 ¶
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.