From 1d343daae1e5bc8d78c0c096bf9a564e6ba4b903 Mon Sep 17 00:00:00 2001 From: Tomas Doran Date: Thu, 7 Jul 2016 09:14:56 +0100 Subject: [PATCH] NSOne have just added the serial field --- zone.go | 1 + 1 file changed, 1 insertion(+) diff --git a/zone.go b/zone.go index 652e8cc..85571a3 100644 --- a/zone.go +++ b/zone.go @@ -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