Documentation ¶
Index ¶
- func CommentAction(ctx context.Context, req *interact.CommentActionRequest) (*interact.CommentActionResponse, error)
- func FavoriteAction(ctx context.Context, req *interact.FavoriteActionRequest) (*interact.FavoriteActionResponse, error)
- func GetCommentList(ctx context.Context, req *interact.CommentListRequest) (*interact.CommentListResponse, error)
- func GetFavoriteList(ctx context.Context, req *interact.FavoriteListRequest) (*interact.FavoriteListResponse, error)
- func GetFeed(ctx context.Context, req *video.FeedRequest) (*video.FeedResponse, error)
- func GetFollowList(ctx context.Context, req *social.RelationListRequest) (resp *social.RelationListResponse, err error)
- func GetFollowerList(ctx context.Context, req *social.RelationListRequest) (resp *social.RelationListResponse, err error)
- func GetFriendList(ctx context.Context, req *social.RelationListRequest) (resp *social.RelationListResponse, err error)
- func GetMessageChat(ctx context.Context, req *social.MessageChatRequest) (resp *social.MessageChatResponse, err error)
- func GetPublishList(ctx context.Context, req *video.PublishListRequest) (*video.PublishListResponse, error)
- func GetUser(ctx context.Context, req *user.GetUserRequest) (*user.GetUserResponse, error)
- func Init()
- func Login(ctx context.Context, req *user.UserLoginRequest) (*user.UserLoginResponse, error)
- func MessageAction(ctx context.Context, req *social.MessageActionRequest) (resp *social.MessageActionResponse, err error)
- func PublishAction(ctx context.Context, req *video.PublishActionRequest) (*video.PublishActionResponse, error)
- func Register(ctx context.Context, req *user.UserRegisterRequest) (*user.UserRegisterResponse, error)
- func RelationAction(ctx context.Context, req *social.RelationActionRequest) (resp *social.RelationActionResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentAction ¶
func CommentAction(ctx context.Context, req *interact.CommentActionRequest) (*interact.CommentActionResponse, error)
func FavoriteAction ¶
func FavoriteAction(ctx context.Context, req *interact.FavoriteActionRequest) (*interact.FavoriteActionResponse, error)
func GetCommentList ¶
func GetCommentList(ctx context.Context, req *interact.CommentListRequest) (*interact.CommentListResponse, error)
func GetFavoriteList ¶
func GetFavoriteList(ctx context.Context, req *interact.FavoriteListRequest) (*interact.FavoriteListResponse, error)
func GetFeed ¶
func GetFeed(ctx context.Context, req *video.FeedRequest) (*video.FeedResponse, error)
func GetFollowList ¶
func GetFollowList(ctx context.Context, req *social.RelationListRequest) (resp *social.RelationListResponse, err error)
func GetFollowerList ¶
func GetFollowerList(ctx context.Context, req *social.RelationListRequest) (resp *social.RelationListResponse, err error)
func GetFriendList ¶
func GetFriendList(ctx context.Context, req *social.RelationListRequest) (resp *social.RelationListResponse, err error)
func GetMessageChat ¶
func GetMessageChat(ctx context.Context, req *social.MessageChatRequest) (resp *social.MessageChatResponse, err error)
func GetPublishList ¶
func GetPublishList(ctx context.Context, req *video.PublishListRequest) (*video.PublishListResponse, error)
func GetUser ¶
func GetUser(ctx context.Context, req *user.GetUserRequest) (*user.GetUserResponse, error)
func Login ¶
func Login(ctx context.Context, req *user.UserLoginRequest) (*user.UserLoginResponse, error)
func MessageAction ¶
func MessageAction(ctx context.Context, req *social.MessageActionRequest) (resp *social.MessageActionResponse, err error)
func PublishAction ¶
func PublishAction(ctx context.Context, req *video.PublishActionRequest) (*video.PublishActionResponse, error)
func Register ¶
func Register(ctx context.Context, req *user.UserRegisterRequest) (*user.UserRegisterResponse, error)
func RelationAction ¶
func RelationAction(ctx context.Context, req *social.RelationActionRequest) (resp *social.RelationActionResponse, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.