Documentation ¶
Index ¶
- func CommentAction(ctx context.Context, c *app.RequestContext)
- func CommentList(ctx context.Context, c *app.RequestContext)
- func FavoriteAction(ctx context.Context, c *app.RequestContext)
- func FavoriteList(ctx context.Context, c *app.RequestContext)
- func Feed(ctx context.Context, c *app.RequestContext)
- func GetUserInfo(ctx context.Context, c *app.RequestContext)
- func Login(ctx context.Context, c *app.RequestContext)
- func PublishAction(ctx context.Context, c *app.RequestContext)
- func PublishList(ctx context.Context, c *app.RequestContext)
- func Register(ctx context.Context, c *app.RequestContext)
- func RelationAction(ctx context.Context, c *app.RequestContext)
- func RelationFollowList(ctx context.Context, c *app.RequestContext)
- func RelationFollowerList(ctx context.Context, c *app.RequestContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentAction ¶
func CommentAction(ctx context.Context, c *app.RequestContext)
CommentAction . @router /douyin/comment/action/ [POST]
func CommentList ¶
func CommentList(ctx context.Context, c *app.RequestContext)
CommentList . @router /douyin/comment/list/ [GET]
func FavoriteAction ¶
func FavoriteAction(ctx context.Context, c *app.RequestContext)
FavoriteAction . @router /douyin/favorite/action/ [POST]
func FavoriteList ¶
func FavoriteList(ctx context.Context, c *app.RequestContext)
FavoriteList . @router /douyin/favorite/list/ [GET]
func Feed ¶
func Feed(ctx context.Context, c *app.RequestContext)
Feed . @router /douyin/feed/ [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 PublishAction ¶
func PublishAction(ctx context.Context, c *app.RequestContext)
PublishAction . @router /douyin/publish/action/ [POST]
func PublishList ¶
func PublishList(ctx context.Context, c *app.RequestContext)
PublishList . @router /douyin/publish/list/ [GET]
func Register ¶
func Register(ctx context.Context, c *app.RequestContext)
Register . @router /douyin/user/register/ [POST]
func RelationAction ¶
func RelationAction(ctx context.Context, c *app.RequestContext)
RelationAction . @router /douyin/relation/action/ [POST]
func RelationFollowList ¶
func RelationFollowList(ctx context.Context, c *app.RequestContext)
RelationFollowList . @router /douyin/relation/follow/list/ [GET]
func RelationFollowerList ¶
func RelationFollowerList(ctx context.Context, c *app.RequestContext)
RelationFollowerList . @router /douyin/relation/follower/list/ [GET]
Types ¶
This section is empty.