Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spf13/viper
/ Get
Method
Get
remote.go:19–19 ·
view source on GitHub ↗
(rp RemoteProvider)
Source
from the content-addressed store, hash-verified
17
18
type
remoteConfigFactory
interface
{
19
Get(rp RemoteProvider) (io.Reader, error)
20
Watch(rp RemoteProvider) (io.Reader, error)
21
WatchChannel(rp RemoteProvider) (<-
chan
*RemoteResponse,
chan
bool)
22
}
Callers
15
TestReadInConfig
Function · 0.65
TestDefault
Function · 0.65
TestUnmarshaling
Function · 0.65
TestOverrides
Function · 0.65
TestDefaultPost
Function · 0.65
TestAliases
Function · 0.65
TestAliasInConfigFile
Function · 0.65
TestYML
Function · 0.65
TestJSON
Function · 0.65
TestTOML
Function · 0.65
TestDotEnv
Function · 0.65
TestRemotePrecedence
Function · 0.65
Implementers
1
remoteConfigProvider
remote/remote.go
Calls
no outgoing calls
Tested by
15
TestReadInConfig
Function · 0.52
TestDefault
Function · 0.52
TestUnmarshaling
Function · 0.52
TestOverrides
Function · 0.52
TestDefaultPost
Function · 0.52
TestAliases
Function · 0.52
TestAliasInConfigFile
Function · 0.52
TestYML
Function · 0.52
TestJSON
Function · 0.52
TestTOML
Function · 0.52
TestDotEnv
Function · 0.52
TestRemotePrecedence
Function · 0.52