| 37 | ) |
| 38 | |
| 39 | type Providers struct { |
| 40 | providerNameToProvider map[string]Provider |
| 41 | } |
| 42 | |
| 43 | type Storage interface { |
| 44 | FilterServers(provider string, selection settings.ServerSelection) ( |
nothing calls this directly
no outgoing calls
no test coverage detected