Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + type Dispatcher struct + func NewDispatcher() *Dispatcher + func (d *Dispatcher) Dispatch(event string, payload interface{}) + func (d *Dispatcher) DispatchSync(event string, payload interface{}) + func (d *Dispatcher) Has(event string) bool + func (d *Dispatcher) Listen(event string, handler Handler) + type Handler func(payload interface{}) Other modules containing this package github.com/RAiWorks/RapidGo/v2