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
Click to show internal directories.
Click to hide internal directories.