Versions in this module Expand all Collapse all v0 v0.8.0 Nov 6, 2024 v0.7.0 Aug 11, 2023 Changes in this version + const ServerPath + 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 Counters map[string]uint64 + type Gauges map[string]uint64 + type Statistics struct + BootTime time.Time + ConfigTime time.Time + NSStats Counters + Opcodes Counters + QTypes Counters + Rcodes Counters + Views map[string]struct{ ... } + ZoneStats Counters + type TaskStatistics struct + TaskMgr struct{ ... } + type ZoneStatistics struct + Views map[string]struct{ ... }