MCPcopy
hub / github.com/spf13/viper / RemoteProvider

Interface RemoteProvider

remote.go:77–82  ·  remote.go::RemoteProvider

RemoteProvider stores the configuration necessary to connect to a remote key/value store. Optional secretKeyring to unencrypt encrypted values can be provided.

Source from the content-addressed store, hash-verified

75// Optional secretKeyring to unencrypt encrypted values
76// can be provided.
77type RemoteProvider interface {
78 Provider() string
79 Endpoint() string
80 Path() string
81 SecretKeyring() string
82}
83
84// AddRemoteProvider adds a remote configuration source.
85// Remote Providers are searched in the order they are added.

Callers 6

getConfigManagerFunction · 0.65
getConfigManagerFunction · 0.65
GetMethod · 0.65
WatchMethod · 0.65
WatchChannelMethod · 0.65
getConfigManagerFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected