Documentation ¶
Index ¶
- func BookDeleteHandler(c *gin.Context)
- func BookGetHandler(c *gin.Context)
- func BookPostHandler(c *gin.Context)
- func BookPutHandler(c *gin.Context)
- func StudentDeleteHandler(c *gin.Context)
- func StudentGetHandler(c *gin.Context)
- func StudentPostHandler(c *gin.Context)
- func StudentPutHandler(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BookDeleteHandler ¶
BookDeleteHandler - handle book delete requests
func BookPostHandler ¶
BookPostHandler - handle book post requests
func StudentDeleteHandler ¶
StudentDeleteHandler - handle student delete request
func StudentGetHandler ¶
StudentGetHandler - handle student get request
func StudentPostHandler ¶
StudentPostHandler - handle student post request
func StudentPutHandler ¶
StudentPutHandler - handle student put request
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.