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

Interface BaseController

mvc/controller.go:17–20  ·  view source on GitHub ↗

BaseController is the optional controller interface, if it's completed by the end controller then the BeginRequest and EndRequest are called between the controller's method responsible for the incoming request.

Source from the content-addressed store, hash-verified

15// completed by the end controller then the BeginRequest and EndRequest
16// are called between the controller's method responsible for the incoming request.
17type BaseController interface {
18 BeginRequest(*context.Context)
19 EndRequest(*context.Context)
20}
21
22type shared interface {
23 Name() string

Callers 5

handlerOfMethod · 0.65
AcquireMethod · 0.65
handlerOfMethod · 0.65
EndRequestMethod · 0.65
ReleaseMethod · 0.65

Implementers 10

AuthController_examples/mvc/login-mvc-single-respons
Controller_examples/caddy/server1/main.go
testControllerHandlemvc/controller_handle_test.go
testControllerViewResultRespectCtxViewDatamvc/controller_method_result_test.go
testControllerEndRequestAwarenessmvc/controller_test.go
testCtrl0000mvc/controller_test.go
testControllerRelPathFromFuncmvc/controller_test.go
Contextcontext/context.go
debugRequestHandlerx/client/option.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…