gui/pkg/notification/messages.go

9 lines
194 B
Go

package notification
type QueryPermission struct{}
type TaskSend struct{ Options NotificationOptions }
type TaskRequestPermission struct{}
type ActionNotificationClicked struct{ ID string }