Documentation ¶
Index ¶
- type Client
- func (c *Client) AddTXTRecord(ctx context.Context, zoneID, version int, name, value string, ttl int) error
- func (c *Client) CloneZone(ctx context.Context, zoneID int, name string) (int, error)
- func (c *Client) DeleteZone(ctx context.Context, zoneID int) error
- func (c *Client) GetZoneID(ctx context.Context, domain string) (int, error)
- func (c *Client) NewZoneVersion(ctx context.Context, zoneID int) (int, error)
- func (c *Client) SetZone(ctx context.Context, domain string, zoneID int) error
- func (c *Client) SetZoneVersion(ctx context.Context, zoneID, version int) error
- type RPCError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.