Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type Config ¶
type Config struct { GRPCAddr string OneBlocksStoreURL string OneBlockSuffix string MindReadBlocksChanCapacity int StartBlockNum uint64 StopBlockNum uint64 WorkingDir string LogToZap bool DebugDeepMind bool // MaxLineLengthInBytes configures the maximum bytes a single line consumed can be // without any error. If left unspecified or 0, the default is 50 MiB (50 * 1024 * 1024). MaxLineLengthInBytes int64 }
type Modules ¶
type Modules struct { ConsoleReaderFactory mindreader.ConsolerReaderFactory MetricsAndReadinessManager *nodeManager.MetricsAndReadinessManager RegisterGRPCService func(server grpc.ServiceRegistrar) error }
Click to show internal directories.
Click to hide internal directories.