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

Struct CommentListResponse

controller/comment.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type CommentListResponse struct {
9 Response
10 CommentList []Comment `json:"comment_list,omitempty"`
11}
12
13type CommentActionResponse struct {
14 Response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected