Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
func
(server *Server) Router() http.Handler {
452
return
server.martini
453
}
454
455
//Stop stops GohanAPIServer
456
func
(server *Server) Stop() {
Callers
1
GohanServer
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected