MCPcopy
hub / github.com/hwholiday/learning_tools / Load

Method Load

hconfig/hconfig.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15type HConfig interface {
16 Load() error
17 Get(key string) (HVal, error)
18 Watch(event WatchEvent) error
19 Close() error

Callers 15

TestNewHConfig_ETCDFunction · 0.95
TestNewHConfig_K8SFunction · 0.95
TestNewHConfig_ApolloFunction · 0.95
matchMethod · 0.65
matchUserMethod · 0.65
InitFunction · 0.65
InitFunction · 0.65
findFileFunction · 0.65
removeFileFunction · 0.65
RunMethod · 0.65
PushMsgFunction · 0.65
mainFunction · 0.65

Implementers 1

confighconfig/hconfig.go

Calls

no outgoing calls

Tested by 3

TestNewHConfig_ETCDFunction · 0.76
TestNewHConfig_K8SFunction · 0.76
TestNewHConfig_ApolloFunction · 0.76