MCPcopy Create free account
hub / github.com/cloudwan/gohan / Router

Method Router

server/server.go:451–453  ·  view source on GitHub ↗

Router returns http handler

()

Source from the content-addressed store, hash-verified

449
450//Router returns http handler
451func (server *Server) Router() http.Handler {
452 return server.martini
453}
454
455//Stop stops GohanAPIServer
456func (server *Server) Stop() {

Callers 1

GohanServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected