Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallStatus ¶
type PendingApp ¶
type PendingApp struct { ID string Slug string Name string LicenseData string VersionLabel string SelectedChannelID string }
func (*PendingApp) GetCurrentSequence ¶ added in v1.85.0
func (a *PendingApp) GetCurrentSequence() int64
func (*PendingApp) GetID ¶ added in v1.85.0
func (a *PendingApp) GetID() string
func (*PendingApp) GetIsAirgap ¶ added in v1.85.0
func (a *PendingApp) GetIsAirgap() bool
func (*PendingApp) GetNamespace ¶ added in v1.85.0
func (a *PendingApp) GetNamespace() string
func (*PendingApp) GetSlug ¶ added in v1.85.0
func (a *PendingApp) GetSlug() string
Click to show internal directories.
Click to hide internal directories.