MCPcopy Create free account
hub / github.com/RaymondCode/simple-demo / FeedResponse

Struct FeedResponse

controller/feed.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type 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
16func Feed(c *gin.Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected