Documentation ¶
Index ¶
- Variables
- func FollowAction(ctx context.Context, req *tiktokapi.FollowRequest, userId int64) (list *relation.FollowResponse, err error)
- func GetFollowList(ctx context.Context, req *tiktokapi.RelationListRequest, userId int64) (list *relation.RelationListResponse, err error)
- func GetFollowerList(ctx context.Context, req *tiktokapi.RelationListRequest, userId int64) (list *relation.RelationListResponse, err error)
- func GetFriendList(ctx context.Context, req *tiktokapi.RelationListRequest, userId int64) (list *relation.RelationListResponse, err error)
- func InitRelation()
Constants ¶
This section is empty.
Variables ¶
View Source
var Client relationservice.Client
Functions ¶
func FollowAction ¶
func FollowAction(ctx context.Context, req *tiktokapi.FollowRequest, userId int64) (list *relation.FollowResponse, err error)
func GetFollowList ¶
func GetFollowList(ctx context.Context, req *tiktokapi.RelationListRequest, userId int64) (list *relation.RelationListResponse, err error)
func GetFollowerList ¶
func GetFollowerList(ctx context.Context, req *tiktokapi.RelationListRequest, userId int64) (list *relation.RelationListResponse, err error)
func GetFriendList ¶
func GetFriendList(ctx context.Context, req *tiktokapi.RelationListRequest, userId int64) (list *relation.RelationListResponse, err error)
func InitRelation ¶
func InitRelation()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.