# README
Repository
数据访问层: 包含数据库、cache、RPC、HTTP请求等
# Functions
NewCommentContent new a repository and return.
NewCommentHot new a repository and return.
NewCommentInfo new a repository and return.
NewCommentLatest new a repository and return.
NewPostHot new a repository and return.
NewPostInfo new a repository and return.
NewPostLatest new a repository and return.
No description provided by the author
NewUserComment new a repository and return.
NewUserLike new a repository and return.
NewUserPost new a repository and return.
# Variables
ProviderSet is repo providers.
# Interfaces
CommentContentRepo define a repo interface.
CommentHotRepo define a repo interface.
CommentInfoRepo define a repo interface.
CommentLatestRepo define a repo interface.
PostHotRepo define a repo interface.
PostInfoRepo define a repo interface.
PostLatestRepo define a repo interface.
UserCommentRepo define a repo interface.
UserLikeRepo define a repo interface.
UserPostRepo define a repo interface.