| 12 | ) |
| 13 | |
| 14 | type ObjectStorage struct { |
| 15 | db *gorm.DB |
| 16 | namespacePrefix string |
| 17 | } |
| 18 | |
| 19 | func (o *ObjectStorage) NewEncodedObject() plumbing.EncodedObject { |
| 20 | return &plumbing.MemoryObject{} |
nothing calls this directly
no outgoing calls
no test coverage detected