MCPcopy
hub / github.com/CodisLabs/codis / Overview

Method Overview

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

Source from the content-addressed store, hash-verified

253}
254
255func (c *ApiClient) Overview() (*Overview, error) {
256 url := c.encodeURL("/proxy")
257 var o = &Overview{}
258 if err := rpc.ApiGetJson(url, o); err != nil {
259 return nil, err
260 }
261 return o, nil
262}
263
264func (c *ApiClient) Model() (*models.Proxy, error) {
265 url := c.encodeURL("/api/proxy/model")

Callers 1

mainFunction · 0.95

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected