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 }
func LoadExtractConfigFromCLI ¶
func LoadExtractConfigFromCLI() ExtractConfig
func (ExtractConfig) Validate ¶
func (c ExtractConfig) Validate() error
type JSONConfig ¶
type JSONConfig struct {
Output string
}
func LoadJSONConfigFromCLI ¶
func LoadJSONConfigFromCLI() JSONConfig
func (JSONConfig) Validate ¶
func (c JSONConfig) 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.