MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetMoreCommentReplyReq

Struct GetMoreCommentReplyReq

internal/api/req/comment_req.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type GetMoreCommentReplyReq struct {
21 RootId int64 `json:"rootId"`
22 MaxId int64 `json:"maxId"`
23 Limit int64 `json:"limit"`
24}
25type GetTopCommentReplyReq struct {
26 PostId int64 `json:"postId"`
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected