feat: add empty handler
This commit is contained in:
23
handlers/hamster_handler.go
Normal file
23
handlers/hamster_handler.go
Normal file
@@ -0,0 +1,23 @@
|
||||
package handlers
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func (hc *handlersContext) getAllHamsters(c *gin.Context){
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) getAHamster(c *gin.Context){
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) createAHamster(c *gin.Context){
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) updateAHamster(c *gin.Context){
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) deleteAHamster(c *gin.Context){
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user