Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + func AddListener(fn interface{}) + func Dispatch(ev interface{}) + func DispatchUpdate(ev Updater, update interface{}) + type BadListenerError string + func (why BadListenerError) Error() string + type Hooks struct + func (h *Hooks) Add(f func()) + func (h *Hooks) Fire() + type Updater interface + Update func(update interface{})