Versions in this module Expand all Collapse all v0 v0.0.14 Apr 22, 2026 v0.0.13 Apr 22, 2026 Changes in this version + type Event struct + Data any + Name string + Target any + type Observable struct + func (o *Observable) AddListener(listener func(*Event)) + func (o *Observable) Notify(event *Event)