| 77 | } |
| 78 | |
| 79 | type testEntrypoint struct { |
| 80 | httpRoutes *testPool[types.HTTPRoute] |
| 81 | streamRoutes *testPool[types.StreamRoute] |
| 82 | excludedRoutes *testPool[types.Route] |
| 83 | } |
| 84 | |
| 85 | func newTestEntrypoint() *testEntrypoint { |
| 86 | return &testEntrypoint{ |
nothing calls this directly
no outgoing calls
no test coverage detected