dns

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2025 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DnsCmd = &cobra.Command{
	Use:   "dns",
	Short: "Manage Cloudflare DNS records",
}

Functions

This section is empty.

Types

type RecordInformation added in v0.1.2

type RecordInformation struct {
	ZoneID     string `json:"zone_id"`
	ZoneName   string `json:"zone_name"`
	RecordID   string `json:"record_id"`
	RecordName string `json:"record_name"`
}

type RecordWithZone added in v0.2.0

type RecordWithZone struct {
	dns.RecordResponse
	ZoneName string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL