Versions in this module Expand all Collapse all v0 v0.1.0 Jun 23, 2021 Changes in this version + const MOVEFILE_REPLACE_EXISTING — windows/amd64 + type BackendQueue interface + Close func() error + Delete func() error + Depth func() int64 + Empty func() error + Put func([]byte) error + ReadChan func() chan []byte + func NewDiskQueue(name string, dataPath string, maxBytesPerFile int64, minMsgSize int32, ...) BackendQueue