Features: - Allow to search for individual resources by their name - Add new resources and their handler: Universities, Restaurants - Added new parameter to reverse output order Reviewed-on: #4 Co-authored-by: bdoerfchen <git@bissendorf.co> Co-committed-by: bdoerfchen <git@bissendorf.co>
7 lines
93 B
Go
7 lines
93 B
Go
package handler
|
|
|
|
const (
|
|
ParamDate string = "date"
|
|
ParamLocation string = "location"
|
|
)
|