Documentation ¶
Overview ¶
Package events provides functionalities for packages to log their states as events for others to consume and display to end users in meaningful ways.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { // Description of the state. Description string // Status shows the current status of event. Status Status // TextColor of the text. TextColor color.Color // Icon of the text. Icon string }
Event represents a state.
Click to show internal directories.
Click to hide internal directories.