Linting.
This commit is contained in:
parent
462d09cee2
commit
e855ce673c
@ -2,17 +2,17 @@ package powerdns
|
|||||||
|
|
||||||
type zoneData struct {
|
type zoneData struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
Type string `json:"type"`
|
||||||
RRSets []RRSet `json:"rrsets"`
|
RRSets []RRSet `json:"rrsets"`
|
||||||
Serial int64 `json:"serial"`
|
Serial int64 `json:"serial"`
|
||||||
Type string `json:"type"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type RRSet struct {
|
type RRSet struct {
|
||||||
ChangeType string `json:"changetype"`
|
ChangeType string `json:"changetype"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
|
Type string `json:"type"`
|
||||||
Records []Record `json:"records"`
|
Records []Record `json:"records"`
|
||||||
TTL int64 `json:"ttl"`
|
TTL int64 `json:"ttl"`
|
||||||
Type string `json:"type"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Record struct {
|
type Record struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user