| 165 | } |
| 166 | |
| 167 | type fakeSNIStreamRoute struct { |
| 168 | key string |
| 169 | name string |
| 170 | listenURL *nettypes.URL |
| 171 | stream nettypes.Stream |
| 172 | task *task.Task |
| 173 | } |
| 174 | |
| 175 | func newFakeSNIStreamRoute(t *testing.T, alias, listenAddr string, stream nettypes.Stream) *fakeSNIStreamRoute { |
| 176 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected