package models func ProductExists(id int64) (bool, error) { return true, nil }