MCPcopy Create free account
hub / github.com/CodisLabs/codis / Overview

Method Overview

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

Source from the content-addressed store, hash-verified

773}
774
775func (c *ApiClient) Overview() (*Overview, error) {
776 url := c.encodeURL("/topom")
777 var o = &Overview{}
778 if err := rpc.ApiGetJson(url, o); err != nil {
779 return nil, err
780 }
781 return o, nil
782}
783
784func (c *ApiClient) Model() (*models.Topom, error) {
785 url := c.encodeURL("/api/topom/model")

Callers

nothing calls this directly

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected