(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger)
| 117 | } |
| 118 | |
| 119 | func fillAllVariablesAndParse(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 120 | return fillVariablesAndParse(ctx, resolver, preparedConfig, log) |
| 121 | } |
| 122 | |
| 123 | func fillVariablesExcludeAndParse(ctx context.Context, resolver variable.Resolver, preparedConfig map[string]interface{}, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 124 | return fillVariablesAndParse(ctx, resolver, preparedConfig, log, runtime.Locations...) |
no test coverage detected