Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIndexerListenerError ¶
Types ¶
type Configuration ¶
type Configuration struct { BeaconAPIURL string RelayAPIURLs []string DatabaseMigrationSourceURL string DatabaseConnURL string }
func NewConfigurationFromViper ¶
func NewConfigurationFromViper(v *viper.Viper) *Configuration
type Indexer ¶
type Indexer struct {
// contains filtered or unexported fields
}
func New ¶
func New(listener events.HeadListener, aggregator data.Aggregator, preprocessor *data.Preprocessor, storage storage.Manager, ) *Indexer
Click to show internal directories.
Click to hide internal directories.