mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
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"
|
||
|
)
|