Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nameserver ¶
type Nameserver interface { Scrub() Set(rr string) error Unset(name string) Peek() Stat X() circuit.X }
func MakeNameserver ¶
func MakeNameserver(addr string) (_ Nameserver, err error)
type XNameserver ¶
type XNameserver struct {
Nameserver
}
X
func (XNameserver) Set ¶
func (x XNameserver) Set(rr string) error
type YNameserver ¶
Y
func (YNameserver) Peek ¶
func (y YNameserver) Peek() Stat
func (YNameserver) Scrub ¶
func (y YNameserver) Scrub()
func (YNameserver) Set ¶
func (y YNameserver) Set(rr string) error
func (YNameserver) Unset ¶
func (y YNameserver) Unset(name string)
Click to show internal directories.
Click to hide internal directories.