enum

package
v0.0.0-...-d6725e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Priority

type Priority string
const (
	PriorityLow    Priority = "low"    // low
	PriorityNormal Priority = "normal" // normal
	PriorityHigh   Priority = "high"   // high
)

type Sender

type Sender string
const (
	SenderFcm       Sender = "FCM"       // FCM
	SenderWebPush   Sender = "WebPush"   // WebPush
	SenderWns       Sender = "WNS"       // WNS
	SenderTelegram  Sender = "Telegram"  // Telegram
	SenderWebSocket Sender = "WebSocket" // WebSocket
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL