mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
6 lines
141 B
Go
6 lines
141 B
Go
package push
|
|
|
|
type OfflinePusher interface {
|
|
Push(userIDList []string, alert, detailContent, operationID string) (resp string, err error)
|
|
}
|