Documentation ¶ Index ¶ type Dns func New() *Dns func (c *Dns) A(host string) (records []string, err error) func (c *Dns) CNAME(host string) (records string, err error) func (c *Dns) MX(host string) ([]string, error) func (c *Dns) TXT(host string) (records []string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Dns ¶ type Dns struct { // contains filtered or unexported fields } func New ¶ func New() *Dns func (*Dns) A ¶ func (c *Dns) A(host string) (records []string, err error) func (*Dns) CNAME ¶ func (c *Dns) CNAME(host string) (records string, err error) func (*Dns) MX ¶ func (c *Dns) MX(host string) ([]string, error) func (*Dns) TXT ¶ func (c *Dns) TXT(host string) (records []string, err error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.