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

Struct testControllerHandle

mvc/controller_handle_test.go:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type testControllerHandle struct {
31 Ctx *context.Context
32 Service testService
33
34 reqField string
35}
36
37func (c *testControllerHandle) BeforeActivation(b BeforeActivation) {
38 b.Handle("GET", "/histatic", "HiStatic")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected