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

Struct apiServer

pkg/topom/topom_api.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type apiServer struct {
28 topom *Topom
29}
30
31func newApiServer(t *Topom) http.Handler {
32 m := martini.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected