MCPcopy
hub / github.com/yusing/godoxy / fakeSNIStreamRoute

Struct fakeSNIStreamRoute

internal/entrypoint/sni_passthrough_fastpath_test.go:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected