| 69 | } |
| 70 | |
| 71 | type profilesParser struct{} |
| 72 | |
| 73 | func (p *profilesParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) { |
| 74 | rawMap, err := copyRaw(originalRawConfig) |
nothing calls this directly
no outgoing calls
no test coverage detected