apps

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppsCmd = &cobra.Command{
	Use:   "apps",
	Short: "Manage apps",
	Long:  `List, create, update, and delete apps in your RevenueCat project.`,
}

AppsCmd manages applications

Functions

This section is empty.

Types

type AppInfo

type AppInfo struct {
	ID          string      `json:"id"`
	Name        string      `json:"name"`
	Type        string      `json:"type"`
	BundleID    string      `json:"bundle_id,omitempty"`
	PackageName string      `json:"package_name,omitempty"`
	CreatedAt   interface{} `json:"created_at,omitempty"`
}

func (*AppInfo) UnmarshalJSON added in v0.4.1

func (a *AppInfo) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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