recovery

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RecoveryCmd = &cobra.Command{
	Use:   "recovery",
	Short: "Manage app recovery actions",
	Long: `Create and manage app recovery actions for production incidents.

Recovery actions let you remotely trigger remediation for affected
users, such as clearing app data or prompting an update, without
requiring a new app release.`,
}

RecoveryCmd manages app recovery actions

Functions

This section is empty.

Types

type RecoveryInfo

type RecoveryInfo struct {
	RecoveryID int64  `json:"recovery_id"`
	Status     string `json:"status"`
	AppVersion int64  `json:"app_version,omitempty"`
}

RecoveryInfo represents recovery action summary

Jump to

Keyboard shortcuts

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