MCPcopy Index your code
hub / github.com/kataras/iris / testControllerEndRequestAwareness

Struct testControllerEndRequestAwareness

mvc/controller_test.go:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200type testControllerEndRequestAwareness struct {
201 Ctx *context.Context
202}
203
204func (c *testControllerEndRequestAwareness) Get() {
205 username := c.Ctx.Params().Get("username")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected