Documentation
¶
Index ¶
- func CreateRecord(ctx context.Context, api *cf.API, zoneID, recType, hostname, content string, ...) error
- func DeleteRecord(ctx context.Context, api *cf.API, zoneID, recordID string) error
- func FindRecord(ctx context.Context, api *cf.API, zoneID, hostname, recType string) (*cf.DNSRecord, error)
- func GetZoneID(ctx context.Context, api *cf.API, zoneName string) (string, error)
- func ListRecords(ctx context.Context, api *cf.API, zoneID string) ([]cf.DNSRecord, error)
- func NewClient() (*cf.API, error)
- func UpdateRecord(ctx context.Context, api *cf.API, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRecord ¶
func DeleteRecord ¶
func FindRecord ¶
func ListRecords ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.