| 93 | } |
| 94 | |
| 95 | type testControllerBeginAndEndRequestFunc struct { |
| 96 | Ctx *context.Context |
| 97 | |
| 98 | Username string |
| 99 | } |
| 100 | |
| 101 | // called before of every method (Get() or Post()). |
| 102 | // |
nothing calls this directly
no outgoing calls
no test coverage detected