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

Method Reload

pkg/topom/topom_api.go:816–819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

814}
815
816func (c *ApiClient) Reload() error {
817 url := c.encodeURL("/api/topom/reload/%s", c.xauth)
818 return rpc.ApiPutJson(url, nil, nil)
819}
820
821func (c *ApiClient) LogLevel(level log.LogLevel) error {
822 url := c.encodeURL("/api/topom/loglevel/%s/%s", c.xauth, level)

Callers

nothing calls this directly

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected