Versions in this module Expand all Collapse all v0 v0.2.0 Mar 31, 2017 v0.1.0 Mar 29, 2017 Changes in this version + type Queue struct + ReceiveAvailable chan bool + func New() *Queue + func (p *Queue) Close() + func (p *Queue) Put(partitionKey string, message string) + func (p *Queue) ReceiveAndClear() map[string]string