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

Function CommentList

controller/comment.go:42–47  ·  view source on GitHub ↗

CommentList all videos have same demo comment list

(c *gin.Context)

Source from the content-addressed store, hash-verified

40
41// CommentList all videos have same demo comment list
42func CommentList(c *gin.Context) {
43 c.JSON(http.StatusOK, CommentListResponse{
44 Response: Response{StatusCode: 0},
45 CommentList: DemoComments,
46 })
47}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected