MCPcopy
hub / github.com/cloudflare/cloudflared / testFunnel

Struct testFunnel

packet/funnel_test.go:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type testFunnel struct {
114 id string
115 closed bool
116}
117
118func newTestFunnel(id string) *testFunnel {
119 return &testFunnel{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected