package dns type Manager interface { GetARecord(domainname string) (string, error) SetARecord(domainname string, ip string) error }