Files
open-im-server/internal/push/offlinepush/options/options.go
T

15 lines
205 B
Go
Raw Normal View History

2024-04-19 22:23:08 +08:00
package options
// Opts opts.
type Opts struct {
Signal *Signal
IOSPushSound string
IOSBadgeCount bool
Ex string
}
// Signal message id.
type Signal struct {
ClientMsgID string
}