Features: - Meals now have an id instead of a title only - It is now possible to get all meals without date or restaurant filter - Sorting meals output Reviewed-on: #5 Co-authored-by: bdoerfchen <git@bissendorf.co> Co-committed-by: bdoerfchen <git@bissendorf.co>
7 lines
99 B
Go
7 lines
99 B
Go
package handler
|
|
|
|
const (
|
|
ParamDate string = "date"
|
|
ParamRestaurant string = "restaurant"
|
|
)
|