packages

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 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   interface{} `json:"created_at,omitempty"`
}

Jump to

Keyboard shortcuts

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