Versions in this module Expand all Collapse all v1 v1.0.2 Jun 13, 2025 v1.0.1 Jun 13, 2025 Changes in this version + type Comment struct + Content string + CreatedAt time.Time + Depth int + Downvotes int64 + ID string + IsDeleted bool + LinkURL *string + MediaURL *string + ParentID *string + Path string + RootID string + Score int64 + UpdatedAt time.Time + Upvotes int64 + UserID string + type CommentFilter struct + Limit *int + MaxDepth *int + Offset *int + ParentID *string + RootID *string + SortBy string + SortOrder string + UserID *string + type CommentStats struct + MaxDepth int + RecentCount int64 + RootID string + TotalCount int64 + TotalScore int64 + type CommentTree struct + Children []*CommentTree + Comment *Comment + type CreateCommentRequest struct + Content string + LinkURL *string + MediaURL *string + ParentID *string + RootID string + UserID string + type UpdateCommentRequest struct + Content *string + LinkURL *string + MediaURL *string + type Vote struct + CommentID string + CreatedAt time.Time + ID string + UpdatedAt time.Time + UserID string + VoteType VoteType + type VoteRequest struct + UserID string + VoteType VoteType + type VoteType int + const VoteTypeDown + const VoteTypeNone + const VoteTypeUp