Merge pull request #12855 from ptabor/20210409-backend-hooks

(no)StoreV2 (Part 4): Backend hooks:  precommit updates consistency_index
This commit is contained in:
Piotr Tabor
2021-05-08 09:34:31 +02:00
committed by GitHub
34 changed files with 420 additions and 266 deletions

View File

@@ -34,7 +34,7 @@ import (
)
type KVGetter interface {
KV() mvcc.ConsistentWatchableKV
KV() mvcc.WatchableKV
}
type BackendGetter interface {