Documentation
¶
Index ¶
- type Client
- func (pdns *Client) CreateRecordSet(ctx context.Context, serverID, zoneID string, recordSet *RecordSet) (*RecordSet, error)
- func (pdns *Client) CreateZone(ctx context.Context, serverID string, zone *Zone) (*Zone, error)
- func (pdns *Client) DeleteRecordSet(ctx context.Context, serverID, zoneID string, recordSet *RecordSet) error
- func (pdns *Client) DeleteZone(ctx context.Context, serverID, zoneID string) error
- func (pdns *Client) GetRecordSet(ctx context.Context, serverID, zoneID, recordSetName, recordSetType string) (*RecordSet, error)
- func (pdns *Client) GetZone(ctx context.Context, serverID, zoneID string) (*Zone, error)
- func (pdns *Client) UpdateRecordSet(ctx context.Context, serverID, zoneID string, recordSet *RecordSet) error
- func (pdns *Client) UpdateZone(ctx context.Context, serverID, zoneID string, zone *Zone) error
- type RecordSet
- type Zone
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateRecordSet ¶ added in v0.0.3
func (*Client) CreateZone ¶
func (*Client) DeleteRecordSet ¶ added in v0.0.3
func (*Client) DeleteZone ¶
func (*Client) GetRecordSet ¶ added in v0.0.3
func (*Client) UpdateRecordSet ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.