| 385 | } |
| 386 | |
| 387 | type testControllerRelPathFromFunc struct{} |
| 388 | |
| 389 | func (c *testControllerRelPathFromFunc) BeginRequest(ctx *context.Context) {} |
| 390 | func (c *testControllerRelPathFromFunc) EndRequest(ctx *context.Context) { |
nothing calls this directly
no outgoing calls
no test coverage detected