Documentation ¶
Index ¶
Constants ¶
View Source
const RecordTypeTXT = "TXT"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateTXTRecord ¶
func (c *Client) CreateTXTRecord(ch *v1alpha1.ChallengeRequest, zoneID string) error
func (*Client) DeleteTXTRecord ¶
func (c *Client) DeleteTXTRecord(record *model.ListRecordSetsWithTags) error
func (*Client) GetTXTRecord ¶
func (c *Client) GetTXTRecord(ch *v1alpha1.ChallengeRequest) (*model.ListRecordSetsWithTags, error)
Click to show internal directories.
Click to hide internal directories.