package constant const ( RouteLogin = "/" RouteBooking = "/bookings" RouteReports = "/reports" RouteItem = "/items" RoutePayment = "/payments" )