Versions in this module Expand all Collapse all v0 v0.9.2 Mar 18, 2022 Changes in this version + type Completion interface + AddAccount func(account string) + Complete func(prefix string, limit int) ([]*mdl.SuggestionSection, error) + func New(ctx context.Context, db eosws.DB) (Completion, error) + type Pipeline struct + func NewPipeline(completionInstance Completion, initialStartBlock string, initialLIB string, ...) *Pipeline + func (p *Pipeline) Launch()