7 lines
162 B
Go
7 lines
162 B
Go
|
package notifications
|
||
|
|
||
|
const (
|
||
|
// BrowserPushNotification represents a push notification for a browser.
|
||
|
BrowserPushNotification = "BROWSER_PUSH_NOTIFICATION"
|
||
|
)
|