Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2021 Changes in this version + const QueueName + type EventMessage struct + Event string + EventData interface{} + Timestamp int64 + type Notification struct + Event string + EventData interface{} + Topic string + type Server struct + func New(prov provider) (*Server, error) + func (r *Server) Error(err error) + func (r *Server) Errors() (chan error, error) + func (r *Server) Start() error