Versions in this module Expand all Collapse all v0 v0.1.0 May 22, 2020 Changes in this version + type ResourceRecordSet struct + Name string + RRDatas []string + TTL uint32 + Type string + type Zone struct + Generation int + Records []ResourceRecordSet + func (z *Zone) FindRecord(name, typ string) (*ResourceRecordSet, bool)