| 34 | } |
| 35 | |
| 36 | type Providers interface { |
| 37 | Get(providerName string) provider.Provider |
| 38 | } |
| 39 | |
| 40 | type Provider interface { |
| 41 | GetConnection(selection settings.ServerSelection, ipv6Supported bool) (connection models.Connection, err error) |
no outgoing calls
no test coverage detected