Files
unifood/core/handler/params.go

7 lines
99 B
Go

package handler
const (
ParamDate string = "date"
ParamRestaurant string = "restaurant"
)