listings

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ListingsCmd = &cobra.Command{
	Use:   "listings",
	Short: "Manage store listings",
	Long: `Manage localized store listings for your app.

Store listings include the app title, description, and other metadata
that appears on the Google Play Store page.`,
}

Functions

This section is empty.

Types

type ListingInfo

type ListingInfo struct {
	Locale           string `json:"locale"`
	Title            string `json:"title"`
	ShortDescription string `json:"short_description"`
	FullDescription  string `json:"full_description,omitempty"`
}

ListingInfo represents a store listing

Jump to

Keyboard shortcuts

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