| 473 | } |
| 474 | |
| 475 | type step7 struct { |
| 476 | step6 *step6 |
| 477 | |
| 478 | app *Application |
| 479 | |
| 480 | m map[string][]router.PartyConfigurator |
| 481 | handlers []step7SimpleRoute |
| 482 | } |
| 483 | |
| 484 | type step7SimpleRoute struct { |
| 485 | method, path string |
nothing calls this directly
no outgoing calls
no test coverage detected