(configDict map[string]any, opts interp.Options)
| 72 | } |
| 73 | |
| 74 | func interpolateConfig(configDict map[string]any, opts interp.Options) (map[string]any, error) { |
| 75 | return interp.Interpolate(configDict, opts) |
| 76 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…