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 + BlockmetaAddr string + EnableRetry bool + GRPCListenAddr string + HeadDelayTolerance uint64 + LibDelayTolerance uint64 + ServiceVersion string + type Modules struct + Dmesh dmeshClient.SearchClient