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