Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2023 Changes in this version + func GetFavoriteCount(ctx context.Context, req *interaction.UserFavoriteCountRequest) (int64, error) + func GetFollowCount(ctx context.Context, req *follow.FollowCountRequest) (int64, error) + func GetFollowerCount(ctx context.Context, req *follow.FollowerCountRequest) (int64, error) + func GetTotalFavorited(ctx context.Context, req *interaction.UserTotalFavoritedRequest) (int64, error) + func GetWorkCount(ctx context.Context, req *video.GetWorkCountRequest) (int64, error) + func Init() + func InitFollowRPC() + func InitInteractionRPC() + func InitVideoRPC() + func IsFollow(ctx context.Context, req *follow.IsFollowRequest) (bool, error)