Documentation ¶
Index ¶
Constants ¶
View Source
const ( // IOS identifier for an iOS notification. IOS = 1 // Android identifier for an android notification. Android = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct { Tokens []string `json:"tokens"` Platform float32 `json:"platform"` Message string `json:"message"` }
Notification details for gorush.
Click to show internal directories.
Click to hide internal directories.