MCPcopy
hub / github.com/daptin/daptin / HostSwitch

Struct HostSwitch

server/hostswitch/host_switch.go:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type HostSwitch struct {
15 HandlerMap map[string]*gin.Engine
16 SiteMap map[string]subsite.SubSite
17 AuthMiddleware *auth.AuthMiddleware
18 AdministratorGroupId daptinid.DaptinReferenceId
19}
20
21func (hs HostSwitch) GetHostRouter(name string) *gin.Engine {
22 //TODO implement me

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected