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