| 7 | ) |
| 8 | |
| 9 | type FeedResponse struct { |
| 10 | Response |
| 11 | VideoList []Video `json:"video_list,omitempty"` |
| 12 | NextTime int64 `json:"next_time,omitempty"` |
| 13 | } |
| 14 | |
| 15 | // Feed same demo video list for every request |
| 16 | func Feed(c *gin.Context) { |
nothing calls this directly
no outgoing calls
no test coverage detected