added support for views
Build and Test / build-test-publish-coverage (push) Failing after 1m36s

This commit is contained in:
2025-02-10 23:09:08 -07:00
parent 3c7493c61d
commit 05c3b0ff0b
5 changed files with 232 additions and 81 deletions
+4
View File
@@ -10,6 +10,10 @@ type Zone struct {
ID int `json:"id"`
Name string `json:"name"`
NameServers []SOAMName `json:"nameservers"`
View struct {
ID int `json:"id"`
Name string `json:"name"`
}
}
type SOAMName struct {