reviews

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2026 License: MIT Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL