MCPcopy Create free account
hub / github.com/DNAProject/DNA / restServer

Struct restServer

http/restful/restful/server.go:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 handler handler
49}
50type restServer struct {
51 router *Router
52 listener net.Listener
53 server *http.Server
54 postMap map[string]Action //post method map
55 getMap map[string]Action //get method map
56}
57
58const (
59 GET_CONN_COUNT = "/api/v1/node/connectioncount"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected