| 14 | ) |
| 15 | |
| 16 | type MetadataObject struct { |
| 17 | MetadataDir string |
| 18 | |
| 19 | logger *logrus.Logger |
| 20 | } |
| 21 | |
| 22 | func New(ec *cli.ExecutionContext, baseDir string) *MetadataObject { |
| 23 | return &MetadataObject{ |
nothing calls this directly
no outgoing calls
no test coverage detected