Versions in this module Expand all Collapse all v0 v0.1.1 Dec 25, 2019 v0.1.0 Dec 25, 2019 Changes in this version + type Config struct + BoardRefreshInterval time.Duration + SelectedBoard string + Trello trello.Config + type Updater struct + func NewUpdater(cfg *Config, put store.PutStateFunc) *Updater + func (s Updater) BeginRead() + func (s Updater) BeginWrite() + func (s Updater) EndRead() + func (s Updater) EndWrite() + func (u *Updater) Run(ctx context.Context)