Versions in this module Expand all Collapse all v0 v0.1.0 Mar 19, 2022 Changes in this version + type Queue interface + Pop func(topic job.Topic) (job.NameVersion, error) + PopWithBlockTime func(topic job.Topic, blockTime time.Duration) (job.NameVersion, error) + Push func(*job.Job) error + func New(s store.Store, l log.Logger, name string) Queue v0.1.0-beta Jul 14, 2021