Projects Structure Completed
This commit is contained in:
commit
338f508460
28 files changed
+567
No files matched your search
@@ -0,0 +1,37 @@
|
||||
package controller
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func GetFoods() gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
func GetFood() gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
func CreateFood() gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
func round(num float64) int {
|
||||
|
||||
}
|
||||
|
||||
func toFixed(num float64, precision int) float64 {
|
||||
|
||||
}
|
||||
|
||||
func UpdateFood() gin.HandlerFunc {
|
||||
return func(c *gin.Context) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user