| 198 | } |
| 199 | |
| 200 | type testControllerEndRequestAwareness struct { |
| 201 | Ctx *context.Context |
| 202 | } |
| 203 | |
| 204 | func (c *testControllerEndRequestAwareness) Get() { |
| 205 | username := c.Ctx.Params().Get("username") |
nothing calls this directly
no outgoing calls
no test coverage detected