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

Struct FakeConfigLoader

pkg/devspace/config/loader/testing/fake.go:19–23  ·  view source on GitHub ↗

FakeConfigLoader is the fake config loader

Source from the content-addressed store, hash-verified

17
18// FakeConfigLoader is the fake config loader
19type FakeConfigLoader struct {
20 Config *latest.Config
21 GeneratedConfig *localcache.LocalCache
22 Log log.Logger
23}
24
25// NewFakeConfigLoader creates a new config loader
26func NewFakeConfigLoader(generatedConfig *localcache.LocalCache, config *latest.Config, log log.Logger) loader.ConfigLoader {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected