Target return the target of the bridge (e.g.: "github")
()
| 12 | type BridgeImpl interface { |
| 13 | // Target return the target of the bridge (e.g.: "github") |
| 14 | Target() string |
| 15 | |
| 16 | // NewImporter return an Importer implementation if the import is supported |
| 17 | NewImporter() Importer |
no outgoing calls
no test coverage detected