Documentation
¶
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 JSON into v. v must be a pointer (see json.Unmarshal).
func Push ¶
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.