package
0.0.0-20241221233953-3c2e5320c56f
Repository: https://github.com/benzogang-tape/reddit.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Comment model info
@Description Comment contains the text of the comment on Post.
Post model info
@Description Post Contains all the information about a particular post in the app.
PostComment model info
@Description PostComment contains all information about a specific comment on a Post.
PostPayload model info
@Description PostPayload contains the necessary information to create a post.
PostVote model info
@Description PostVote is a structure storing user id and his/her Vote.
# Type aliases
PostCategory type
@Description PostCategory is an integer representing the category to which post belongs.
No description provided by the author
PostType type
@Description PostType is an integer(0 or 1) representing the type of the Post.
Vote type
@Description Vote is an integer(1 or -1) representing the user's reaction to the Post.
No description provided by the author