Versions in this module Expand all Collapse all v0 v0.2.1 Sep 5, 2016 v0.2.0 May 20, 2016 Changes in this version + const Name + type Replayable struct + MaxInterval time.Duration + Seed string + func New() *Replayable + func (d *Replayable) ActionChan() chan signal.Action + func (d *Replayable) SetHistoryStorage(storage historystorage.HistoryStorage) error + func (r *Replayable) LoadConfig(cfg config.Config) error + func (r *Replayable) Name() string + func (r *Replayable) QueueEvent(event signal.Event)