Documentation ¶
Index ¶
- type APIError
- type Client
- func (c *Client) AddRRSet(ctx context.Context, zone, recordName, value string, ttl int) error
- func (c *Client) DeleteRRSet(ctx context.Context, zone, name string) error
- func (c *Client) GetRRSet(ctx context.Context, zone, name string) (RRSet, error)
- func (c *Client) GetZone(ctx context.Context, name string) (Zone, error)
- type RRSet
- type Records
- type Zone
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for DNS API.
func (*Client) DeleteRRSet ¶
DeleteRRSet removes RRSet record. https://dnsapi.gcorelabs.com/docs#operation/DeleteRRSet
func (*Client) GetRRSet ¶
GetRRSet gets RRSet item. https://dnsapi.gcorelabs.com/docs#operation/RRSet
Click to show internal directories.
Click to hide internal directories.