ObjectStorage implements the storer.EncodedObjectStorer for the transactional package.
| 7 | |
| 8 | // ObjectStorage implements the storer.EncodedObjectStorer for the transactional package. |
| 9 | type ObjectStorage struct { |
| 10 | storer.EncodedObjectStorer |
| 11 | temporal storer.EncodedObjectStorer |
| 12 | } |
| 13 | |
| 14 | // NewObjectStorage returns a new EncodedObjectStorer based on a base storer and |
| 15 | // a temporal storer. |
nothing calls this directly
no outgoing calls
no test coverage detected