MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Gets

Method Gets

inventory/setting.go:27–27  ·  view source on GitHub ↗

Gets gets multiple setting values from DB, returns error if any setting cannot be found.

(ctx context.Context, names []string)

Source from the content-addressed store, hash-verified

25 Set(ctx context.Context, settings map[string]string) error
26 // Gets gets multiple setting values from DB, returns error if any setting cannot be found.
27 Gets(ctx context.Context, names []string) (map[string]string, error)
28 }
29)
30

Callers

nothing calls this directly

Implementers 3

RedisStorepkg/cache/redis.go
MemoStorepkg/cache/memo.go
settingClientinventory/setting.go

Calls

no outgoing calls

Tested by

no test coverage detected