Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSelectedIntegrations ¶
GetSelectedIntegrations returns the integrations selected in the wizard Call this after RunWizard to get the list of integrations to setup
Types ¶
type WizardModel ¶
type WizardModel struct {
// contains filtered or unexported fields
}
WizardModel is the main Bubbletea model for the initialization wizard
func NewWizard ¶
func NewWizard(cfg *config.Config) *WizardModel
NewWizard creates a new initialization wizard
type WizardResult ¶
type WizardResult struct {
Config *config.Config
Confirmed bool
Cancelled bool
Err error
StartupStep *steps.StartupStep // Startup configuration choices
}
WizardResult contains the outcome of the wizard
Click to show internal directories.
Click to hide internal directories.