Configure handle the user interaction and return a key/value configuration for future use.
(repo *cache.RepoCache, params BridgeParams, interactive bool)
| 22 | // Configure handle the user interaction and return a key/value configuration |
| 23 | // for future use. |
| 24 | Configure(repo *cache.RepoCache, params BridgeParams, interactive bool) (Configuration, error) |
| 25 | |
| 26 | // The set of the BridgeParams fields supported |
| 27 | ValidParams() map[string]interface{} |