Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageID ¶
type MessageID []byte
MessageID is the ID of a Message.
func MessageIDFromHex ¶
MessageIDFromHex creates a MessageID from a hex string representation.
func MessageIDFromMapKey ¶
MessageIDFromMapKey creates a MessageID from a map key representation.
func MessageIDFromSlice ¶
MessageIDFromSlice creates a MessageID from a byte slice.
type MessageIDs ¶
type MessageIDs []MessageID
MessageIDs is a slice of MessageID.
func (MessageIDs) ToHex ¶
func (m MessageIDs) ToHex() []string
ToHex converts the MessageIDs to their hex string representation.
Click to show internal directories.
Click to hide internal directories.