MCPcopy
hub / github.com/digitalocean/doctl / LiveConfig

Struct LiveConfig

doit.go:231–233  ·  view source on GitHub ↗

LiveConfig is an implementation of Config for live values.

Source from the content-addressed store, hash-verified

229
230// LiveConfig is an implementation of Config for live values.
231type LiveConfig struct {
232 cliArgs map[string]bool
233}
234
235var _ Config = &LiveConfig{}
236

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected