MCPcopy Index your code
hub / github.com/CodisLabs/codis / XPing

Method XPing

pkg/proxy/proxy_api.go:273–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273func (c *ApiClient) XPing() error {
274 url := c.encodeURL("/api/proxy/xping/%s", c.xauth)
275 return rpc.ApiGetJson(url, nil)
276}
277
278func (c *ApiClient) StatsSimple() (*Stats, error) {
279 url := c.encodeURL("/api/proxy/stats/%s", c.xauth)

Callers 2

newTopomClientMethod · 0.95
newProxyClientMethod · 0.95

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected