Versions in this module Expand all Collapse all v0 v0.6.7 Jul 4, 2022 v0.6.6 Jul 4, 2022 v0.6.5 Jul 4, 2022 Changes in this version + var TypeA = Type("A") + var TypeAAAA = Type("AAAA") + var TypeANY = Type("ANY") + var TypeCNAME = Type("CNAME") + var TypeMX = Type("MX") + var TypeNS = Type("NS") + var TypePTR = Type("PTR") + var TypeSOA = Type("SOA") + var TypeSPF = Type("SPF") + var TypeTXT = Type("TXT") + func Author() string + func License() string + func Version() string + type Answer struct + Data string + Name string + TTL int + Type int + type Domain string + func (d Domain) Punycode() (string, error) + type ECS string + type Question struct + Name string + Type int + type Response struct + AD bool + Answer []Answer + CD bool + Provider string + Question []Question + RA bool + RD bool + Status int + TC bool + type Type string