Documentation ¶
Index ¶
- func GetCommentCount(ctx context.Context, req *interaction.CommentCountRequest) (commentCount int64, err error)
- func GetFollowList(ctx context.Context, req *follow.FollowListRequest) ([]int64, error)
- func GetUser(ctx context.Context, req *user.InfoRequest) (*user.User, error)
- func GetVideoIsLiked(ctx context.Context, req *interaction.InteractionServiceIsFavoriteArgs) (isFavourite bool, err error)
- func GetVideoLikeCount(ctx context.Context, req *interaction.VideoFavoritedCountRequest) (likes int64, err error)
- func Init()
- func InitFollowRpc()
- func InitInteractionRpc()
- func InitUserRpc()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCommentCount ¶
func GetCommentCount(ctx context.Context, req *interaction.CommentCountRequest) (commentCount int64, err error)
func GetFollowList ¶
func GetVideoIsLiked ¶
func GetVideoIsLiked(ctx context.Context, req *interaction.InteractionServiceIsFavoriteArgs) (isFavourite bool, err error)
func GetVideoLikeCount ¶
func GetVideoLikeCount(ctx context.Context, req *interaction.VideoFavoritedCountRequest) (likes int64, err error)
func InitFollowRpc ¶
func InitFollowRpc()
func InitInteractionRpc ¶
func InitInteractionRpc()
func InitUserRpc ¶
func InitUserRpc()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.