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