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

Struct DynamicLoader

cmd/fe/main.go:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255type DynamicLoader struct {
256 client models.Client
257}
258
259func (l *DynamicLoader) Reload() (map[string]string, error) {
260 var m = make(map[string]string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected