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

Struct FileConfigProvider

pkg/config/provider.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type FileConfigProvider struct {
16 viper *viper.Viper
17 IConfigProvider
18}
19
20func New(viper *viper.Viper) IConfigProvider {
21 return &FileConfigProvider{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected