Documentation ¶ Index ¶ type Group type Option type Task Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Group ¶ type Group struct { Namespace string Name string } type Option ¶ type Option struct { // Priority is the priority of the task. The lower the number, the higher the priority. Priority uint32 // ScheduledFor tells when this taks should be executed. ScheduledFor time.Time } Option specifies the option for a task. type Task ¶ type Task struct { Message string Group Group Option Option } Task represent a task to be done. Source Files ¶ View all Source files task.go Directories ¶ Show internal Expand all Path Synopsis queue test Click to show internal directories. Click to hide internal directories.