| 129 | } |
| 130 | |
| 131 | type variableParser struct { |
| 132 | Definitions map[string]*latest.Variable |
| 133 | Used []*latest.Variable |
| 134 | } |
| 135 | |
| 136 | func (v *variableParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 137 | // Find out what vars are really used |
nothing calls this directly
no outgoing calls
no test coverage detected