Versions in this module Expand all Collapse all v2 v2.0.1 Jan 7, 2024 Changes in this version + type Attachment interface + IsAttachment func() + type Cat struct + Name string + type Comment interface + GetBody func() string + GetUpc func() string + IsComment func() + type Product struct + Upc string + func (Product) IsEntity() + type Question struct + Body string + Upc string + func (Question) IsAttachment() + func (Question) IsComment() + func (this Question) GetBody() string + func (this Question) GetUpc() string + type Rating struct + Body string + Score int + Upc string + func (Rating) IsAttachment() + func (Rating) IsComment() + func (this Rating) GetBody() string + func (this Rating) GetUpc() string + type Review struct + Author *User + Body string + Product *Product + type User struct + ID string + func (User) IsEntity() + type Video struct + Size float64 + Upc string + func (Video) IsAttachment()