(taskCtx plugin.TaskContext, connectionId uint64, repoUrl string)
| 40 | |
| 41 | type DynamicGitUrl interface { |
| 42 | GetDynamicGitUrl(taskCtx plugin.TaskContext, connectionId uint64, repoUrl string) (string, errors.Error) |
| 43 | } |
| 44 | |
| 45 | func (p GitExtractor) GetTablesInfo() []dal.Tabler { |
no outgoing calls
no test coverage detected