add comment
This commit is contained in:
parent
cb1a211ef4
commit
1052a35271
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue