Versions in this module Expand all Collapse all v0 v0.1.2 Oct 1, 2015 v0.1.1 Aug 20, 2015 Changes in this version + type Dumb struct + func DumbNew() *Dumb + func (d *Dumb) GetNextActionChan() chan *Action + func (d *Dumb) Init(storage HistoryStorage, param map[string]interface{}) + func (d *Dumb) Name() string + func (d *Dumb) QueueNextEvent(id string, ev *Event)