Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetResult ¶
type GetResult struct {
// contains filtered or unexported fields
}
func (GetResult) Extract ¶
func (r GetResult) Extract() ([]Nameserver, error)
Extract is a function that accepts a result and extracts a nameserver.
type ListNameserversRequest ¶
type ListNameserversRequest struct {
Name string `json:"name,omitempty"`
}
type Nameserver ¶
Click to show internal directories.
Click to hide internal directories.