| 37 | } |
| 38 | |
| 39 | type commandsPipelinesParser struct{} |
| 40 | |
| 41 | func (c *commandsPipelinesParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 42 | // modify the config |
nothing calls this directly
no outgoing calls
no test coverage detected