channels.go 162 B

123456
  1. package notifications
  2. const (
  3. // BrowserPushNotification represents a push notification for a browser.
  4. BrowserPushNotification = "BROWSER_PUSH_NOTIFICATION"
  5. )