feat: add service and model
This commit is contained in:
@@ -2,26 +2,26 @@ package handlers
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func (hc *handlersContext) getAllGames(c *gin.Context){
|
||||
func (hc *handlersContext) getAllGames(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) getAGame(c *gin.Context){
|
||||
func (hc *handlersContext) getAGame(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) createAGame(c *gin.Context){
|
||||
func (hc *handlersContext) createAGame(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) updateAGame(c *gin.Context){
|
||||
func (hc *handlersContext) updateAGame(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) deleteAGame(c *gin.Context){
|
||||
func (hc *handlersContext) deleteAGame(c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (hc *handlersContext) getHamstersOfGame(c *gin.Context){
|
||||
func (hc *handlersContext) getHamstersOfGame(c *gin.Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user