MCPcopy Index your code
hub / github.com/devspace-sh/devspace / commandsPipelinesParser

Struct commandsPipelinesParser

pkg/devspace/config/loader/parser.go:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type commandsPipelinesParser struct{}
40
41func (c *commandsPipelinesParser) Parse(ctx context.Context, originalRawConfig map[string]interface{}, rawConfig map[string]interface{}, resolver variable.Resolver, log log.Logger) (*latest.Config, map[string]interface{}, error) {
42 // modify the config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected