Documentation ¶
Index ¶
- type Dig
- func (d *Dig) A(ctx context.Context, domain string) (As []*dns.A, err error)
- func (d *Dig) AAAA(ctx context.Context, domain string) (aaaa []*dns.AAAA, err error)
- func (d *Dig) CAA(ctx context.Context, domain string) (C []*dns.CAA, err error)
- func (d *Dig) CNAME(ctx context.Context, domain string) (C []*dns.CNAME, err error)
- func (d *Dig) MX(ctx context.Context, domain string) (M []*dns.MX, err error)
- func (d *Dig) NS(ctx context.Context, domain string) (Ns []*dns.NS, err error)
- func (d *Dig) PTR(ctx context.Context, domain string) (P []*dns.PTR, err error)
- func (d *Dig) SPF(ctx context.Context, domain string) (S []*dns.SPF, err error)
- func (d *Dig) SRV(ctx context.Context, domain string) (S []*dns.SRV, err error)
- func (d *Dig) TXT(ctx context.Context, domain string) (T []*dns.TXT, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.