| 18 | } |
| 19 | |
| 20 | type GetMoreCommentReplyReq struct { |
| 21 | RootId int64 `json:"rootId"` |
| 22 | MaxId int64 `json:"maxId"` |
| 23 | Limit int64 `json:"limit"` |
| 24 | } |
| 25 | type GetTopCommentReplyReq struct { |
| 26 | PostId int64 `json:"postId"` |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected