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

Struct VideoListResponse

controller/publish.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type VideoListResponse struct {
11 Response
12 VideoList []Video `json:"video_list"`
13}
14
15// Publish check token then save upload file to public directory
16func Publish(c *gin.Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected