indexer: move deduplication functionality purely to the kvindexer (backport #9473) (#9521)

This commit is contained in:
mergify[bot]
2022-10-10 10:47:31 +02:00
committed by GitHub
parent 430afb23e7
commit 1d160a5a86
9 changed files with 196 additions and 219 deletions

View File

@@ -35,7 +35,6 @@ func (_m *ClientCreator) NewABCIClient() (abcicli.Client, error) {
return r0, r1
}
type mockConstructorTestingTNewClientCreator interface {
mock.TestingT
Cleanup(func())