mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00: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"
|
|
)
|