Versions in this module Expand all Collapse all v1 v1.1.3 Apr 18, 2024 Changes in this version + type ClientIdentity struct + ClientId int + Destination string + Filter string + func (c *ClientIdentity) ClientIdentity(destination string, clientId int) *ClientIdentity + type Message struct + Entries []pbe.Entry + Id int64 + Raw bool + RawEntries interface{} + func Decode(data []byte, lazyParseEntry bool) (*Message, error) + func NewMessage(id int64) *Message