re-export indexer types for consuming libs
This commit is contained in:
parent
7deeb0fbcd
commit
f301186d96
7
indexer/reexport.go
Normal file
7
indexer/reexport.go
Normal 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
|
Loading…
Reference in New Issue
Block a user