Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 Changes in this version type EventQueue + func (eq *EventQueue) GetByKey(key string) (item interface{}, exists bool, err error) v0.2.1 Jan 28, 2015 Changes in this version + type EventQueue struct + func NewEventQueue() *EventQueue + func (eq *EventQueue) Add(id string, obj interface{}) + func (eq *EventQueue) ContainedIDs() util.StringSet + func (eq *EventQueue) Delete(id string) + func (eq *EventQueue) Get(id string) (item interface{}, exists bool) + func (eq *EventQueue) List() []interface{} + func (eq *EventQueue) Pop() (watch.EventType, interface{}) + func (eq *EventQueue) Replace(idToObjs map[string]interface{}) + func (eq *EventQueue) Update(id string, obj interface{})