Documentation ¶
Index ¶
- func IsFavorite(ctx context.Context, q *query.Query, userViewId int64, videoId int64) (bool, error)
- func IsFollow(ctx context.Context, q *query.Query, userViewId int64, userId int64) (bool, error)
- func QueryUser(ctx context.Context, uid int64) (*model.User, error)
- func QueryVideo(ctx context.Context, vid int64) (*model.Video, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFavorite ¶
IsFavorite user (view) favorite video
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.