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

Method Start

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

Source from the content-addressed store, hash-verified

313}
314
315func (c *ApiClient) Start() error {
316 url := c.encodeURL("/api/proxy/start/%s", c.xauth)
317 return rpc.ApiPutJson(url, nil, nil)
318}
319
320func (c *ApiClient) LogLevel(level log.LogLevel) error {
321 url := c.encodeURL("/api/proxy/loglevel/%s/%s", c.xauth, level)

Callers

nothing calls this directly

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected