MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / FakeConfigProvider

Struct FakeConfigProvider

test/testutil/fakefactory.go:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22func (f *FakeSpinner) Stop() {}
23
24type FakeConfigProvider struct {
25 config map[string]string
26}
27
28func (f *FakeConfigProvider) Get(key string) string {
29 return f.config[key]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected