123456789101112131415161718192021222324252627 |
- package model
- // 接口Action定义
- const (
- ActionRecommend = iota
- ActionPlay
- ActionLike
- ActionCancelLike
- ActionFollow
- ActionCancelFollow
- ActionCommentAdd
- ActionCommentLike
- ActionCommentReport
- ActionFeedList
- ActionShare
- ActionDanmaku
- ActionPlayPause
- ActionPushRegister
- ActionPushSucced
- ActionPushCallback
- ActionBlack
- ActionCancelBlack
- ActionVideoSearch
- ActionUserSearch
- ActionUserUnLike
- ActionPlayOut
- )
|