MCPcopy Create free account
hub / github.com/encoder-run/operator / ModuleStorage

Struct ModuleStorage

pkg/cache/redis/module.go:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type ModuleStorage struct {
13 client *redis.Client
14 namespacePrefix string
15}
16
17// Module retrieves or initializes a new module-specific Storage instance.
18func (s *ModuleStorage) Module(name string) (storage.Storer, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected