packages

package
v0.2.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PackagesCmd = &cobra.Command{
	Use:   "packages",
	Short: "Manage packages",
	Long:  `List, create, and manage packages within offerings in your RevenueCat project.`,
}

PackagesCmd manages packages

Functions

This section is empty.

Types

type PackageInfo

type PackageInfo struct {
	ID          string `json:"id"`
	LookupKey   string `json:"lookup_key"`
	DisplayName string `json:"display_name"`
	OfferingID  string `json:"offering_id,omitempty"`
	CreatedAt   string `json:"created_at,omitempty"`
}

type PackageProductInfo added in v0.2.0

type PackageProductInfo struct {
	ID              string `json:"id"`
	StoreIdentifier string `json:"store_identifier"`
	Type            string `json:"type"`
}

Jump to

Keyboard shortcuts

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