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

Method ReinitProxy

pkg/topom/topom_api.go:841–844  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

839}
840
841func (c *ApiClient) ReinitProxy(token string) error {
842 url := c.encodeURL("/api/topom/proxy/reinit/%s/%s", c.xauth, token)
843 return rpc.ApiPutJson(url, nil, nil)
844}
845
846func (c *ApiClient) RemoveProxy(token string, force bool) error {
847 var value int

Callers

nothing calls this directly

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected