Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedService ¶
type FeedService struct {
// contains filtered or unexported fields
}
func NewFeedService ¶
func NewFeedService(ctx context.Context, c *app.RequestContext) *FeedService
NewFeedService create feed service
func (*FeedService) CopyVideos ¶
CopyVideos use db.Video make feed.Video
func (*FeedService) Feed ¶
func (s *FeedService) Feed(req *feed.DouyinFeedRequest) (*feed.DouyinFeedResponse, error)
Feed get the last ten videos until the deadline
Click to show internal directories.
Click to hide internal directories.