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

Struct configLoader

pkg/devspace/config/loader/loader.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type configLoader struct {
76 absConfigPath string
77}
78
79// NewConfigLoader creates a new config loader with the given options
80func NewConfigLoader(configPath string) (ConfigLoader, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected