String should return a unique name for the Provider
()
| 47 | type Provider interface { |
| 48 | // String should return a unique name for the Provider |
| 49 | String() string |
| 50 | |
| 51 | // Probe returns true if the provider was detected. |
| 52 | Probe() bool |
no outgoing calls