Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2017 Changes in this version + func WriteZoneFile(w io.Writer, records []dns.RR, origin string, defaultTtl uint32) error + type Bind struct + Default_NS []string + Default_Soa SoaInfo + func (c *Bind) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Correction, error) + func (c *Bind) GetNameservers(string) ([]*models.Nameserver, error) + type SoaInfo struct + Expire uint32 + Mbox string + Minttl uint32 + Ns string + Refresh uint32 + Retry uint32 + Serial uint32 + func (s SoaInfo) String() string