| 53 | } |
| 54 | |
| 55 | type commandsParser struct{} |
| 56 | |
| 57 | func (c *commandsParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 58 | // modify the config |
nothing calls this directly
no outgoing calls
no test coverage detected