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 DFS struct + func DFSNew() *DFS + func (this *DFS) GetNextActionChan() chan *Action + func (this *DFS) Init(storage HistoryStorage, param map[string]interface{}) + func (this *DFS) Name() string + func (this *DFS) QueueNextEvent(entityId string, ev *Event) + type DFSParam struct