Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReviewsCmd = &cobra.Command{
Use: "reviews",
Short: "Manage app reviews",
Long: `View and reply to user reviews on Google Play.
Reviews can be filtered and sorted to help you manage user feedback
and improve your app's rating.`,
}
Functions ¶
This section is empty.
Types ¶
type ReviewInfo ¶
type ReviewInfo struct {
ReviewID string `json:"review_id"`
AuthorName string `json:"author_name"`
Rating int64 `json:"rating"`
Text string `json:"text"`
LastModified string `json:"last_modified,omitempty"`
AppVersion string `json:"app_version,omitempty"`
DeviceType string `json:"device_type,omitempty"`
HasReply bool `json:"has_reply"`
}
ReviewInfo represents review information
Click to show internal directories.
Click to hide internal directories.