Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type Attachment interface {
IsAttachment()
}
type DetatchedQuestion ¶ added in v1.0.4
func (DetatchedQuestion) GetBody ¶ added in v1.0.4
func (this DetatchedQuestion) GetBody() string
func (DetatchedQuestion) GetUpc ¶ added in v1.0.4
func (this DetatchedQuestion) GetUpc() string
func (DetatchedQuestion) IsComment ¶ added in v1.0.4
func (DetatchedQuestion) IsComment()
type OtherQuestion ¶ added in v1.0.4
func (OtherQuestion) GetBody ¶ added in v1.0.4
func (this OtherQuestion) GetBody() string
func (OtherQuestion) GetUpc ¶ added in v1.0.4
func (this OtherQuestion) GetUpc() string
func (OtherQuestion) IsComment ¶ added in v1.0.4
func (OtherQuestion) IsComment()
type Question ¶
type Question struct { Upc string `json:"upc"` Body string `json:"body"` Subject string `json:"subject"` }
func (Question) GetSubject ¶ added in v1.0.4
func (Question) IsAttachment ¶
func (Question) IsAttachment()
type Rating ¶
func (Rating) IsAttachment ¶
func (Rating) IsAttachment()
type Video ¶
type Video struct { Upc string `json:"upc"` Size float64 `json:"size"` Subject string `json:"subject"` }
func (Video) GetSubject ¶ added in v1.0.4
func (Video) IsAttachment ¶
func (Video) IsAttachment()
Click to show internal directories.
Click to hide internal directories.