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