package
0.0.0-20230820195223-1e3e09957b03
Repository: https://github.com/rakibsiddiquee/golang-gin-jwt-auth-crud.git
Documentation: pkg.go.dev

# Functions

CommentOnPost comments on a post.
CreateCategory creates a new category.
CreatePost creates a post.
DeleteCategory deletes a category by id.
No description provided by the author
No description provided by the author
No description provided by the author
DeleteUser function is used to delete a user by id.
EditCategory finds the category by ID.
EditComment finds a comment by id.
EditPost finds a post by ID.
EditUser function is used to find a user by id.
GetCategories fetch the all categories.
GetPosts gets all the post.
GetTrashCategories fetch the all soft deleted categories.
No description provided by the author
GetTrashedUsers function is used to get all the trashed user.
GetUsers function is used to get users list.
Login function is used to log in a user.
Logout function is used to log out a user.
No description provided by the author
PermanentlyDeleteUser function is used to delete a user permanently.
ShowPost finds a post by ID.
Signup function is used to create a user or signup a user.
UpdateCategory updates a category.
UpdateComment updates a comment of a post.
No description provided by the author
UpdateUser function is used to update a user.