Files

15 lines
205 B
Go
Raw Permalink 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
}