This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-03 14:59:43 +02:00
|
|
|
package models
|
|
|
|
|
2017-04-04 07:46:09 +02:00
|
|
|
// TODO DRAFT for a rest request to a other microservice
|
2017-04-03 14:59:43 +02:00
|
|
|
func ProductExists(id int64) (bool, error) {
|
|
|
|
return true, nil
|
|
|
|
}
|