MCPcopy
hub / github.com/cloudfoundry/cli / ConfigRepository

Struct ConfigRepository

cf/configuration/coreconfig/config_repository.go:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type ConfigRepository struct {
14 CFCLIVersion string
15 data *Data
16 mutex *sync.RWMutex
17 initOnce *sync.Once
18 persistor configuration.Persistor
19 onError func(error)
20}
21
22type CCInfo struct {
23 APIVersion string `json:"api_version"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected