Linting.
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user