chore: remove cockroach db errors (#20386)

This commit is contained in:
Marko
2024-05-15 06:35:08 +00:00
committed by GitHub
parent 493d486bc6
commit 080229f300
34 changed files with 105 additions and 161 deletions
-2
View File
@@ -26,8 +26,6 @@ type Store interface {
// state. Must error when the version does not exist.
StateAt(version uint64) (store.ReaderMap, error)
WorkingHash(*store.Changeset) ([]byte, error)
Commit(changeset *store.Changeset) (store.Hash, error)
// Query is a key/value query directly to the underlying database. This skips the appmanager