Versions in this module Expand all Collapse all v1 v1.0.0 May 12, 2018 Changes in this version + func GetMessageDetails(message interface{}) (data interface{}, rid int, cid int, eventname interface{}, error interface{}) + type MessageType int + const ACKRECEIVE + const EVENT + const ISAUTHENTICATED + const PUBLISH + const REMOVETOKEN + const SETTOKEN + func Parse(rid int, cid int, event interface{}) MessageType + func (i MessageType) String() string