add comment

This commit is contained in:
iacore 2024-06-02 16:40:02 +00:00
parent 8f5da5e228
commit c128219aad
Signed by: iacore
GPG key ID: F8C16E5157A63006

View file

@ -25,7 +25,8 @@ type Row struct {
type EventType int
const (
// represents when a servire's status changes
// represents when a servire's status text changes
// start and stop events are represented with EventSelfUp and EventSelfDown
EventService EventType = iota
// represents when this program starts
EventSelfUp