tag and set private tips
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package push
|
||||
|
||||
type offlinePusher interface {
|
||||
auth(apiKey, secretKey string, timeStamp int64) (token string, err error)
|
||||
push(userIDList []string, alert, detailContent, platform string) (resp string, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user