Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
vinyldns
✓ github.com/vinyldns/go-vinyldns
List DNS zones
package main
import (
"fmt"
"github.com/vinyldns/go-vinyldns"
)
func main() {
client := vinyldns.NewClient("http://localhost:9000", "accessKey", "secretKey")
zones, err := client.Zones()
if err != nil {
panic(err)
}
fmt.Println(zones)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.9.17latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.