| 16 | ) |
| 17 | |
| 18 | type ObjectStorage struct { |
| 19 | client *redis.Client |
| 20 | namespacePrefix string |
| 21 | } |
| 22 | |
| 23 | func (o *ObjectStorage) ObjectPacks() ([]plumbing.Hash, error) { |
| 24 | fmt.Printf("ObjectPacks") |
nothing calls this directly
no outgoing calls
no test coverage detected