Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ContinueGroups error = nil
View Source
var EndGroups = errors.New("group iteration ended")
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func NewDispatcher ¶
func NewDispatcher(logger *waLogger.Logger) *Dispatcher
func (*Dispatcher) AddHandler ¶
func (d *Dispatcher) AddHandler(handler handlers.Handler)
func (*Dispatcher) AddHandlerToGroup ¶
func (d *Dispatcher) AddHandlerToGroup(handler handlers.Handler, group int)
func (*Dispatcher) InitialiseProcessing ¶
func (d *Dispatcher) InitialiseProcessing(ctx stdctx.Context, client *whatsmeow.Client)
Click to show internal directories.
Click to hide internal directories.