(
ctx context.Context,
originalRawConfig map[string]interface{},
rawConfig map[string]interface{},
resolver variable.Resolver,
log log.Logger,
)
| 13 | |
| 14 | type Parser interface { |
| 15 | Parse( |
| 16 | ctx context.Context, |
| 17 | originalRawConfig map[string]interface{}, |
| 18 | rawConfig map[string]interface{}, |
no outgoing calls
no test coverage detected