Files
open-im-server/internal/push/push_interface.go
T

6 lines
141 B
Go
Raw Normal View History

2023-06-29 22:35:31 +08:00
package push
type OfflinePusher interface {
Push(userIDList []string, alert, detailContent, operationID string) (resp string, err error)
}