Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeMessagePack ¶
DecodeMessagePack is a function that decodes a given byte slice using MessagePack deserialization. It takes an input byte slice and an interface{} representing the output structure for the deserialized message. It returns an error if the decoding process fails.
func EncodeMessagePack ¶
EncodeMessagePack is a function that encodes a given message using MessagePack serialization. It takes an interface{} parameter representing the message and returns the encoded byte slice and an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.