Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Zone ¶
type Zone struct { Zone string NetworkIDs []int // not used yet Records []*ZoneRecord }
Zone is an internal struct that is essentially the same thing as `model/dns.Zone`, mostly trimmed down to drop a bunch of fields we don't care about right now
type ZoneRecord ¶
ZoneRecord is an internal struct that is essentially the same thing as a `model/dns.ZoneRecord`, just trimmed down to removee a bunch of fields we don't care about
Click to show internal directories.
Click to hide internal directories.