| 111 | } |
| 112 | |
| 113 | type eagerParser struct{} |
| 114 | |
| 115 | func (e *eagerParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 116 | return fillAllVariablesAndParse(ctx, resolver, rawConfig, log) |
nothing calls this directly
no outgoing calls
no test coverage detected