| 28 | } |
| 29 | |
| 30 | type testControllerHandle struct { |
| 31 | Ctx *context.Context |
| 32 | Service testService |
| 33 | |
| 34 | reqField string |
| 35 | } |
| 36 | |
| 37 | func (c *testControllerHandle) BeforeActivation(b BeforeActivation) { |
| 38 | b.Handle("GET", "/histatic", "HiStatic") |
nothing calls this directly
no outgoing calls
no test coverage detected