| 26 | } |
| 27 | |
| 28 | type defaultParser struct{} |
| 29 | |
| 30 | func (d *defaultParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 31 | // delete the commands, since we don't need it in a normal scenario |
nothing calls this directly
no outgoing calls
no test coverage detected