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 19:28:46 +02:00
|
|
|
type Product struct {
|
|
|
|
ID int64
|
2017-04-03 14:59:43 +02:00
|
|
|
}
|