Documentation
¶
Overview ¶
Package queuemsgpack provides utilities to inject/remove elements from a blobqueue using MessagePack encoding.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Pop ¶
Pop removes the tail of the queue and deserialize it as MessagePack into v. v must be a pointer (see msgpack.Unmarshal).
func Push ¶
Push serialize v as MessagePack and pushes the blob on the queue. See msgpack.Marshal for the accepted values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.