Versions in this module Expand all Collapse all v1 v1.1.1 Nov 1, 2023 v1.1.0 Sep 15, 2023 Changes in this version + func Reg(driver string, driverCreator DriverCreator) + type Driver interface + On func(queue string, fn func(name string, data interface{}) bool) context.CancelFunc + Recycle func() + Send func(topic string, name string, data interface{}) error + func NewDriver(dirver string, config interface{}) (Driver, error) + type DriverCreator func(driver string, config interface{}) (Driver, error)