rum-goggles/vendor/github.com/wailsapp/wails/v2/pkg/application/events.go
2024-02-23 11:39:16 -05:00

10 lines
97 B
Go

package application
type EventType int
const (
StartUp EventType = iota
ShutDown
DomReady
)