Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePost ¶
func CreatePost(repo *repositories.PostRepository, req *pb.AddPostRequest) (*pb.GetPostResponse, error)
Create Post
func GetCommentByPost ¶
func GetCommentByPost(repo *repositories.CommentRepository, id string) (*pb.GetCommentsResponse, error)
func GetPostById ¶
func GetPostById(repo *repositories.PostRepository, id string) (*pb.GetPostResponse, error)
Get Post By Id
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.