MCPcopy
hub / github.com/CodisLabs/codis / ConfigLoader

Interface ConfigLoader

cmd/fe/main.go:228–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228type ConfigLoader interface {
229 Reload() (map[string]string, error)
230}
231
232type StaticLoader struct {
233 path string

Callers 3

ReloadMethod · 0.65
reloadMethod · 0.65
handleReloadMethod · 0.65

Implementers 5

Topompkg/topom/topom.go
apiServerpkg/topom/topom_api.go
ApiClientpkg/topom/topom_api.go
StaticLoadercmd/fe/main.go
DynamicLoadercmd/fe/main.go

Calls

no outgoing calls

Tested by

no test coverage detected