Documentation
¶
Index ¶
- func Action(ctx context.Context, c *app.RequestContext)
- func ChatHistory(ctx context.Context, c *app.RequestContext)
- func Comment(ctx context.Context, c *app.RequestContext)
- func CommentList(ctx context.Context, c *app.RequestContext)
- func Favorite(ctx context.Context, c *app.RequestContext)
- func FavoriteList(ctx context.Context, c *app.RequestContext)
- func Feed(ctx context.Context, c *app.RequestContext)
- func FollowerList(ctx context.Context, c *app.RequestContext)
- func FollowingList(ctx context.Context, c *app.RequestContext)
- func FriendList(ctx context.Context, c *app.RequestContext)
- func GetUserInfo(ctx context.Context, c *app.RequestContext)
- func Login(ctx context.Context, c *app.RequestContext)
- func PublishVideo(ctx context.Context, c *app.RequestContext)
- func Register(ctx context.Context, c *app.RequestContext)
- func SentMessage(ctx context.Context, c *app.RequestContext)
- func VideoList(ctx context.Context, c *app.RequestContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Action ¶
func Action(ctx context.Context, c *app.RequestContext)
Action . @router /douyin/relation/action [POST]
func ChatHistory ¶
func ChatHistory(ctx context.Context, c *app.RequestContext)
ChatHistory . @router /douyin/message/chat [GET]
func Comment ¶
func Comment(ctx context.Context, c *app.RequestContext)
Comment . @router /douyin/comment/action [POST]
func CommentList ¶
func CommentList(ctx context.Context, c *app.RequestContext)
CommentList . @router /douyin/comment/list [GET]
func Favorite ¶
func Favorite(ctx context.Context, c *app.RequestContext)
Favorite . @router /douyin/favorite/action [POST]
func FavoriteList ¶
func FavoriteList(ctx context.Context, c *app.RequestContext)
FavoriteList . @router /douyin/favorite/list [GET]
func FollowerList ¶
func FollowerList(ctx context.Context, c *app.RequestContext)
FollowerList . @router /douyin/relation/follower/list [GET]
func FollowingList ¶
func FollowingList(ctx context.Context, c *app.RequestContext)
FollowingList . @router /douyin/relation/follow/list [GET]
func FriendList ¶
func FriendList(ctx context.Context, c *app.RequestContext)
FriendList . @router /douyin/relation/friend/list [GET]
func GetUserInfo ¶
func GetUserInfo(ctx context.Context, c *app.RequestContext)
GetUserInfo . @router /douyin/user [GET]
func Login ¶
func Login(ctx context.Context, c *app.RequestContext)
Login . @router /douyin/user/login [POST]
func PublishVideo ¶
func PublishVideo(ctx context.Context, c *app.RequestContext)
PublishVideo . @router /douyin/publish/action [POST]
func Register ¶
func Register(ctx context.Context, c *app.RequestContext)
Register . @router /douyin/user/register [POST]
func SentMessage ¶
func SentMessage(ctx context.Context, c *app.RequestContext)
SentMessage . @router /douyin/message/chat [POST]
Types ¶
This section is empty.