package api import "pet-house.com/business/models" var CarServiceNum = 2 func GetCarInfo(carId int) models.ServiceCar { return CarMap[carId] }