(*context.Context)
| 16 | // are called between the controller's method responsible for the incoming request. |
| 17 | type BaseController interface { |
| 18 | BeginRequest(*context.Context) |
| 19 | EndRequest(*context.Context) |
| 20 | } |
| 21 |
no outgoing calls
no test coverage detected