Versions in this module Expand all Collapse all v2 v2.3.1 May 25, 2026 Changes in this version + type Event struct + Status EventStatus + Text string + type EventChannel chan Event + func (ch EventChannel) SendEvent(text string, status EventStatus) + type EventStatus string + const EventStatusFailure + const EventStatusStarted + const EventStatusSuccess v2.3.0 May 21, 2026