Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ DataSource
Interface
DataSource
hconfig/hconf/hconfig.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
type
DataSource
interface
{
9
Load() ([]*Data, error)
10
Watch() (DataWatcher, error)
11
}
12
13
type
DataWatcher
interface
{
14
Change() ([]*Data, error)
Callers
8
TestNewEtcdConfig
Function · 0.65
TestNewEtcdConfig
Function · 0.65
TestNewKubernetesConfig
Function · 0.65
TestNewEtcdConfig
Function · 0.65
TestNewEtcdConfig
Function · 0.65
newWatcher
Function · 0.65
TestNewKubernetesConfig
Function · 0.65
newWatcher
Function · 0.65
Implementers
4
config
hconfig/hconfig.go
apolloConfig
hconfig/apollo/config.go
etcdConfig
hconfig/etcd/config.go
kubernetesConfig
hconfig/kubernetes/config.go
Calls
no outgoing calls
Tested by
no test coverage detected