Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + type Event struct + Body []byte + ContentType string + ID string + Topic string + type Handler func(event *Event) + type Queue interface + Close func() + Publish func(event *Event) error + Subscribe func(topic string, handler Handler) (Subscription, error) + type Subscription interface + Unsubscribe func() error