package models // TODO DRAFT for a rest request to a other microservice func ProductExists(id int64) (bool, error) { return true, nil }