Files
unifood/core/handler/params.go

7 lines
93 B
Go

package handler
const (
ParamDate string = "date"
ParamLocation string = "location"
)