Skip to content

Commit

Permalink
NSOne have just added the serial field
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Jul 7, 2016
1 parent 5b00e9a commit 1d343da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ type Zone struct {
Secondary *ZoneSecondary `json:"secondary,omitempty"`
Link string `json:"link,omitempty"`
Records []ZoneRecord `json:"records,omitempty"`
Serial int `json:"serial,omitempty"`
}

// NewZone takes a zone domain name and creates a new primary *Zone
Expand Down

0 comments on commit 1d343da

Please sign in to comment.