SetEncodedObject honors the storer.EncodedObjectStorer interface.
(obj plumbing.EncodedObject)
| 19 | |
| 20 | // SetEncodedObject honors the storer.EncodedObjectStorer interface. |
| 21 | func (o *ObjectStorage) SetEncodedObject(obj plumbing.EncodedObject) (plumbing.Hash, error) { |
| 22 | return o.temporal.SetEncodedObject(obj) |
| 23 | } |
| 24 | |
| 25 | // HasEncodedObject honors the storer.EncodedObjectStorer interface. |
| 26 | func (o *ObjectStorage) HasEncodedObject(h plumbing.Hash) error { |