IndexStorage implements the storer.IndexStorage for the transactional package.
| 7 | |
| 8 | // IndexStorage implements the storer.IndexStorage for the transactional package. |
| 9 | type IndexStorage struct { |
| 10 | storer.IndexStorer |
| 11 | temporal storer.IndexStorer |
| 12 | |
| 13 | set bool |
| 14 | } |
| 15 | |
| 16 | // NewIndexStorage returns a new IndexStorer based on a base storer and a |
| 17 | // temporal storer. |
nothing calls this directly
no outgoing calls
no test coverage detected