Documentation ¶
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFavoriteCount ¶
func GetFavoriteCount(ctx context.Context, req *interaction.UserFavoriteCountRequest) (int64, error)
func GetFollowCount ¶
func GetFollowerCount ¶
func GetTotalFavorited ¶
func GetTotalFavorited(ctx context.Context, req *interaction.UserTotalFavoritedRequest) (int64, error)
func GetWorkCount ¶
func InitFollowRPC ¶
func InitFollowRPC()
func InitInteractionRPC ¶
func InitInteractionRPC()
func InitVideoRPC ¶
func InitVideoRPC()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.