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

Struct ApiClient

pkg/topom/topom_api.go:758–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758type ApiClient struct {
759 addr string
760 xauth string
761}
762
763func NewApiClient(addr string) *ApiClient {
764 return &ApiClient{addr: addr}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected