re-export indexer types for consuming libs

This commit is contained in:
Roy Crihfield 2023-08-31 00:24:12 +08:00
parent 7c4f8432db
commit 026bd81636

7
indexer/reexport.go Normal file
View File

@ -0,0 +1,7 @@
package indexer
import "github.com/cerc-io/plugeth-statediff/indexer/interfaces"
type Indexer = interfaces.StateDiffIndexer
type Batch = interfaces.Batch
type Config = interfaces.Config