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

Method encodeURL

pkg/topom/topom_api.go:771–773  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

769}
770
771func (c *ApiClient) encodeURL(format string, args ...interface{}) string {
772 return rpc.EncodeURL(c.addr, format, args...)
773}
774
775func (c *ApiClient) Overview() (*Overview, error) {
776 url := c.encodeURL("/topom")

Callers 15

OverviewMethod · 0.95
ModelMethod · 0.95
XPingMethod · 0.95
StatsMethod · 0.95
SlotsMethod · 0.95
ReloadMethod · 0.95
LogLevelMethod · 0.95
ShutdownMethod · 0.95
CreateProxyMethod · 0.95
OnlineProxyMethod · 0.95
ReinitProxyMethod · 0.95
RemoveProxyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected