Files

10 lines
97 B
Go
Raw Permalink Normal View History

2022-12-06 20:55:56 +11:00
package application
type EventType int
const (
StartUp EventType = iota
ShutDown
DomReady
)