MCPcopy Create free account
hub / github.com/kataras/iris / step7

Struct step7

iris_guide.go:475–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475type step7 struct {
476 step6 *step6
477
478 app *Application
479
480 m map[string][]router.PartyConfigurator
481 handlers []step7SimpleRoute
482}
483
484type step7SimpleRoute struct {
485 method, path string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected