package
0.0.0-20240211023219-b7023bd8a430
Repository: https://github.com/yizhong187/cvwo.git
Documentation: pkg.go.dev

# Functions

HandlerAllReplies handles the request to retrieve all replies of a thread from the database.
HandlerAllSubforums handles the request to retrieve all subforums from the database.
HandlerAllThreads handles the request to retrieve all threads of a subforum from the database.
HandlerAllUsers handles the request to retrieve all users from the database.
HandlerCreateReply handles the request to create a new reply.
HandlerCreateSubforum handles the request to create a new subforum.
HandlerCreateThread handles the request to create a new thread.
HandlerCreateReply handles the request to create a new user.
HandlerDeleteReply handles the request to delete an existing reply.
HandlerDeleteThread handles the request to delete an existing thread.
HandlerDeleteReply handles the request to delete an existing reply.
No description provided by the author
HandlerLogin handles the request to login to an existing user.
HandlerLogout handles the request to logout of the current session.
HandlerPostReply handles the request to post a new reply to a thread.
No description provided by the author
HandlerSignup handles the request to sign up.
HandlerSubforum handles the request to retrieve a specific existing subforum.
No description provided by the author
HandlerThread handles the request to retrieve a specific existing thread.
// HandlerUpdateReply handles the request to update a specific existing reply.
HandlerUpdateSubforum handles the request to update a specific existing subforum.
HandlerUpdateThread handles the request to update a specific existing thread.
HandlerUpdateUser handles the request to update the details of an existing user.
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