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

Struct Loader

pkg/devspace/config/localcache/testing/fake.go:6–8  ·  view source on GitHub ↗

Loader is a fake implementation of the ConigLoader interface

Source from the content-addressed store, hash-verified

4
5// Loader is a fake implementation of the ConigLoader interface
6type Loader struct {
7 Config *localcache.LocalCache
8}
9
10func (l *Loader) ForDevspace(path string) localcache.Loader {
11 return l

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected