Attempt to retrieve a default bridge for the given repo. If zero or multiple bridge exist, it fails.
(repo *cache.RepoCache)
| 43 | // Attempt to retrieve a default bridge for the given repo. If zero or multiple |
| 44 | // bridge exist, it fails. |
| 45 | func DefaultBridge(repo *cache.RepoCache) (*core.Bridge, error) { |
| 46 | return core.DefaultBridge(repo) |
| 47 | } |
| 48 | |
| 49 | // ConfiguredBridges return the list of bridge that are configured for the given |
| 50 | // repo |
no test coverage detected