Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtractConfig ¶
type ExtractConfig struct {
MaxConcurrency uint
MaxRetries uint
BlockTime uint
BlockStart uint64
BlockStop uint64
LiveMonitoring bool
Insecure bool
ReIndex bool
MaxRecvMsgSize int
EnablePrometheus bool
PrometheusListenAddr string
}
func LoadExtractConfigFromCLI ¶
func LoadExtractConfigFromCLI() ExtractConfig
func (ExtractConfig) Validate ¶
func (c ExtractConfig) Validate() error
type PostgresConfig ¶
type PostgresConfig struct {
ConnString string
}
func LoadPostgresConfigFromCLI ¶
func LoadPostgresConfigFromCLI() PostgresConfig
func (PostgresConfig) Validate ¶
func (c PostgresConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.