Versions in this module Expand all Collapse all v0 v0.0.1 Jun 22, 2020 Changes in this version + type App struct + func New(config *Config, modules *Modules) *App + func (a *App) IsReady() bool + func (a *App) Run() error + type Config struct + BlocksStoreURL string + GRPCListenAddr string + HttpListenAddr string + IndicesPath string + PublishInterval time.Duration + ServiceVersion string + type Modules struct + BlockMapper search.BlockMapper + Dmesh dmeshClient.SearchClient