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