MCPcopy Create free account
hub / github.com/devfeel/dotweb / setDotApp

Method setDotApp

server.go:282–284  ·  view source on GitHub ↗

setDotApp associates the dotApp to the current HttpServer

(dotApp *DotWeb)

Source from the content-addressed store, hash-verified

280
281// setDotApp associates the dotApp to the current HttpServer
282func (server *HttpServer) setDotApp(dotApp *DotWeb) {
283 server.DotApp = dotApp
284}
285
286// GetSessionManager get session manager in current httpserver
287func (server *HttpServer) GetSessionManager() *session.SessionManager {

Callers 1

NewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected