Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTokenIsEmpty = fmt.Errorf("Token is empty")
Functions ¶
This section is empty.
Types ¶
type Review ¶
type Review struct {
Avatar string
Criteria map[string]int64
ID string
Score int
Reviewer string
Reply string
ReplyTimestamp time.Time
Respondent string
Text string
Timestamp time.Time
Useful int
Version string
}
Review of app
type Reviews ¶
type Reviews struct {
Results Results
// contains filtered or unexported fields
}
Reviews instance
func (*Reviews) LoadFirstPage ¶
only load first page of reviews
func (*Reviews) LoadNextPage ¶
continue loading next page
Click to show internal directories.
Click to hide internal directories.