Versions in this module Expand all Collapse all v0 v0.0.1 Jun 22, 2020 Changes in this version + type App struct + Config *Config + ReadyFunc func() + func New(c *Config, modules *Modules) *App + func (a *App) IsReady() bool + func (a *App) OnReady(f func()) + func (a *App) Run() error + type Config struct + ArchiveStoreURL string + DisableProfiler bool + GRPCAddr string + MergeArchiveStoreURL string + MergeUploadDirectly bool + MindReadBlocksChanCapacity int + WorkingDir string + type Modules struct + ConsoleReaderFactory mindreader.ConsolerReaderFactory + ConsoleReaderTransformer mindreader.ConsoleReaderBlockTransformer