defaultProtocolSelector will allow for a protocol to have a fallback
| 196 | |
| 197 | // defaultProtocolSelector will allow for a protocol to have a fallback |
| 198 | type defaultProtocolSelector struct { |
| 199 | lock sync.RWMutex |
| 200 | current Protocol |
| 201 | } |
| 202 | |
| 203 | func newDefaultProtocolSelector( |
| 204 | current Protocol, |
nothing calls this directly
no outgoing calls
no test coverage detected