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

Struct CommentActionResponse

controller/comment.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type CommentActionResponse struct {
14 Response
15 Comment Comment `json:"comment,omitempty"`
16}
17
18// CommentAction no practical effect, just check if token is valid
19func CommentAction(c *gin.Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected