Documentation ¶
Index ¶
- func CommentAction(ctx context.Context, req *comment.CommentActionRequest) (*comment.CommentActionResponse, error)
- func CommentList(ctx context.Context, req *comment.CommentListRequest) (*comment.CommentListResponse, error)
- func FavoriteAction(ctx context.Context, req *favorite.FavoriteActionRequest) (*favorite.FavoriteActionResponse, error)
- func FavoriteList(ctx context.Context, req *favorite.FavoriteListRequest) (*favorite.FavoriteListResponse, error)
- func Feed(ctx context.Context, req *video.FeedRequest) (*video.FeedResponse, error)
- func Login(ctx context.Context, req *user.UserLoginRequest) (*user.UserLoginResponse, error)
- func MessageAction(ctx context.Context, req *message.MessageActionRequest) (*message.MessageActionResponse, error)
- func MessageChat(ctx context.Context, req *message.MessageChatRequest) (*message.MessageChatResponse, error)
- func PublishAction(ctx context.Context, req *video.PublishActionRequest) (*video.PublishActionResponse, error)
- func PublishList(ctx context.Context, req *video.PublishListRequest) (*video.PublishListResponse, error)
- func Register(ctx context.Context, req *user.UserRegisterRequest) (*user.UserRegisterResponse, error)
- func RelationAction(ctx context.Context, req *relation.RelationActionRequest) (*relation.RelationActionResponse, error)
- func RelationFollowList(ctx context.Context, req *relation.RelationFollowListRequest) (*relation.RelationFollowListResponse, error)
- func RelationFollowerList(ctx context.Context, req *relation.RelationFollowerListRequest) (*relation.RelationFollowerListResponse, error)
- func RelationFriendList(ctx context.Context, req *relation.RelationFriendListRequest) (*relation.RelationFriendListResponse, error)
- func UserInfo(ctx context.Context, req *user.UserInfoRequest) (*user.UserInfoResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentAction ¶
func CommentAction(ctx context.Context, req *comment.CommentActionRequest) (*comment.CommentActionResponse, error)
func CommentList ¶
func CommentList(ctx context.Context, req *comment.CommentListRequest) (*comment.CommentListResponse, error)
func FavoriteAction ¶
func FavoriteAction(ctx context.Context, req *favorite.FavoriteActionRequest) (*favorite.FavoriteActionResponse, error)
func FavoriteList ¶
func FavoriteList(ctx context.Context, req *favorite.FavoriteListRequest) (*favorite.FavoriteListResponse, error)
func Feed ¶
func Feed(ctx context.Context, req *video.FeedRequest) (*video.FeedResponse, error)
func Login ¶
func Login(ctx context.Context, req *user.UserLoginRequest) (*user.UserLoginResponse, error)
func MessageAction ¶
func MessageAction(ctx context.Context, req *message.MessageActionRequest) (*message.MessageActionResponse, error)
func MessageChat ¶
func MessageChat(ctx context.Context, req *message.MessageChatRequest) (*message.MessageChatResponse, error)
func PublishAction ¶
func PublishAction(ctx context.Context, req *video.PublishActionRequest) (*video.PublishActionResponse, error)
func PublishList ¶
func PublishList(ctx context.Context, req *video.PublishListRequest) (*video.PublishListResponse, error)
func Register ¶
func Register(ctx context.Context, req *user.UserRegisterRequest) (*user.UserRegisterResponse, error)
func RelationAction ¶
func RelationAction(ctx context.Context, req *relation.RelationActionRequest) (*relation.RelationActionResponse, error)
func RelationFollowList ¶
func RelationFollowList(ctx context.Context, req *relation.RelationFollowListRequest) (*relation.RelationFollowListResponse, error)
func RelationFollowerList ¶
func RelationFollowerList(ctx context.Context, req *relation.RelationFollowerListRequest) (*relation.RelationFollowerListResponse, error)
func RelationFriendList ¶
func RelationFriendList(ctx context.Context, req *relation.RelationFriendListRequest) (*relation.RelationFriendListResponse, error)
func UserInfo ¶
func UserInfo(ctx context.Context, req *user.UserInfoRequest) (*user.UserInfoResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.