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