Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manufacturer ¶
type Manufacturer struct {
ID string `json:"id"`
}
func (Manufacturer) IsEntity ¶
func (Manufacturer) IsEntity()
type Product ¶
type Product struct {
ID string `json:"id"`
Manufacturer *Manufacturer `json:"manufacturer"`
Reviews []*Review `json:"reviews"`
}
Click to show internal directories.
Click to hide internal directories.