Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 v1.10.1 Mar 31, 2023 Changes in this version + type Arg struct + Type string + Value any + type Event interface + Handle func(args []Arg) ([]Arg, error) + type Instance interface + GetEvents func() map[Event][]Listener + Job func(event Event, args []Arg) Task + Register func(map[Event][]Listener) + type Listener interface + Handle func(args ...any) error + Queue func(args ...any) Queue + Signature func() string + type Queue struct + Connection string + Enable bool + Queue string + type Task interface + Dispatch func() error