gui/pkg/notification/messages.go
Virgil da22bedbc6
Some checks failed
Security Scan / security (push) Failing after 42s
Test / test (push) Failing after 1m31s
refactor(ax): align public APIs with AX principles
2026-03-31 05:13:43 +00:00

9 lines
194 B
Go

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