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 + func UnregisterQueue(entityID string) error + type ActionQueue struct + EntityID string + func GetQueue(entityID string) *ActionQueue + func RegisterNewQueue(entityID string) (*ActionQueue, error) + func (this *ActionQueue) Count() int + func (this *ActionQueue) Delete(actionUUID string) + func (this *ActionQueue) Peek() Action + func (this *ActionQueue) Peeking() bool + func (this *ActionQueue) Put(action Action)