Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ServerPath is the HTTP path of the v3 server resource. ServerPath = "/xml/v3/server" // StatusPath is the HTTP path of the v3 status resource. StatusPath = "/xml/v3/status" // TasksPath is the HTTP path of the v3 tasks resource. TasksPath = "/xml/v3/tasks" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client implements bind.Client and can be used to query a BIND v3 API.
func (*Client) Stats ¶
func (c *Client) Stats(groups ...bind.StatisticGroup) (bind.Statistics, error)
Stats implements bind.Stats.
type Statistics ¶
type Statistics struct { Memory struct{} `xml:"memory"` Server Server `xml:"server"` Socketmgr struct{} `xml:"socketmgr"` Taskmgr bind.TaskManager `xml:"taskmgr"` Views []View `xml:"views>view"` }
Click to show internal directories.
Click to hide internal directories.