Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
type Indexer interface { // Start triggers start indexing on-chain data Start() // Reload update the external provided chain configuration. Reload(types.ChainConfig) error // Shutdown tells the indexer to start shutdown process. Shutdown() }
func NewIndexer ¶
func NewIndexer( ctx context.Context, chainName string, chainConfig types.ChainConfig, sharedCache pcitypes.SharedCache, ) Indexer
type IndexerManager ¶
type IndexerManager interface { // Reload take chain list and launches indexers corresponding Reload(cl types.ChainList) }
func NewIndexerManager ¶
func NewIndexerManager(ctx context.Context) IndexerManager
Source Files ¶
Click to show internal directories.
Click to hide internal directories.