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