Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Pop ¶
func Pop(q blobqueue.Queue, v interface{}) error
Pop removes the tail of the queue and deserialize it as JSON into v. v must be a pointer (see json.Unmarshal).
func Push ¶
func Push(q blobqueue.Queue, v interface{}) error
Push serialize v as JSON and pushes the blob on the queue. See json.Marshal for the accepted values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.