staticProtocolSelector will not provide a different protocol for Fallback
| 108 | |
| 109 | // staticProtocolSelector will not provide a different protocol for Fallback |
| 110 | type staticProtocolSelector struct { |
| 111 | current Protocol |
| 112 | } |
| 113 | |
| 114 | func (s *staticProtocolSelector) Current() Protocol { |
| 115 | return s.current |
nothing calls this directly
no outgoing calls
no test coverage detected