Versions in this module Expand all Collapse all v0 v0.8.0 Nov 6, 2024 Changes in this version + const ServerPath + const StatusPath + const TasksPath + const ZonesPath + type Client struct + func NewClient(url string, c *http.Client) *Client + func (c *Client) Get(p string, v interface{}) error + func (c *Client) Stats(groups ...bind.StatisticGroup) (bind.Statistics, error) + type Counter struct + Counter uint64 + Name string + type Counters struct + Counters []bind.Counter + Type string + type Server struct + BootTime time.Time + ConfigTime time.Time + Counters []Counters + type Statistics struct + Server Server + Taskmgr bind.TaskManager + Views []View + type View struct + Cache []bind.Gauge + Counters []Counters + Name string + type ZoneCounter struct + Name string + Rdataclass string + Serial string + type ZoneStatistics struct + ZoneViews []ZoneView + type ZoneView struct + Name string + Zones []ZoneCounter