| 42 | } |
| 43 | |
| 44 | type SourceConfig struct { |
| 45 | MetadataDir string |
| 46 | |
| 47 | logger *logrus.Logger |
| 48 | } |
| 49 | |
| 50 | func New(ec *cli.ExecutionContext, baseDir string) *SourceConfig { |
| 51 | return &SourceConfig{ |
nothing calls this directly
no outgoing calls
no test coverage detected