package queue // Constant const ( priorityCritical = "critical" priorityDefault = "default" priorityLow = "low" )