package
0.4.5
Repository: https://github.com/blueboardio/go-blobqueue.git
Documentation: pkg.go.dev

# Functions

Pop removes the tail of the queue and deserialize it as JSON into v.
Push serialize v as JSON and pushes the blob on the queue.
Shift removes the head of the queue and deserialize it as JSON into v.
Unshift serialize v as JSON and pushes the blob on the queue.