rum-goggles/vendor/github.com/wailsapp/wails/v2/pkg/application/events.go

10 lines
97 B
Go
Raw Permalink Normal View History

2024-02-23 16:39:16 +00:00
package application
type EventType int
const (
StartUp EventType = iota
ShutDown
DomReady
)