Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Indexer ¶
type Indexer struct {
Name string `validate:"omitempty" yaml:"name"`
ThreadsCount uint32 `validate:"omitempty,min=1" yaml:"threads_count"`
StartLevel int64 `validate:"omitempty" yaml:"start_level"`
BlockPeriod int64 `validate:"omitempty" yaml:"block_period"`
ScriptsDir string `validate:"omitempty,dir" yaml:"scripts_dir"`
}
Click to show internal directories.
Click to hide internal directories.