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

Struct staticProtocolSelector

connection/protocol.go:110–112  ·  view source on GitHub ↗

staticProtocolSelector will not provide a different protocol for Fallback

Source from the content-addressed store, hash-verified

108
109// staticProtocolSelector will not provide a different protocol for Fallback
110type staticProtocolSelector struct {
111 current Protocol
112}
113
114func (s *staticProtocolSelector) Current() Protocol {
115 return s.current

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected