mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 01:25:58 +08:00
15 lines
205 B
Go
15 lines
205 B
Go
|
|
package options
|
||
|
|
|
||
|
|
// Opts opts.
|
||
|
|
type Opts struct {
|
||
|
|
Signal *Signal
|
||
|
|
IOSPushSound string
|
||
|
|
IOSBadgeCount bool
|
||
|
|
Ex string
|
||
|
|
}
|
||
|
|
|
||
|
|
// Signal message id.
|
||
|
|
type Signal struct {
|
||
|
|
ClientMsgID string
|
||
|
|
}
|