steps

package
v0.1.347 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2025 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AwsS3 = "AWS S3"
View Source
var AzureStorage = "Azure Storage"

Functions

This section is empty.

Types

type AdvancedOptionsStep added in v0.1.255

type AdvancedOptionsStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (AdvancedOptionsStep) GetContainer added in v0.1.255

func (s AdvancedOptionsStep) GetContainer(parent fyne.Window) *fyne.Container

type AwsTerraformStateStep

type AwsTerraformStateStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (AwsTerraformStateStep) GetContainer

func (s AwsTerraformStateStep) GetContainer(parent fyne.Window) *fyne.Container

type AzureTerraformStateStep added in v0.1.68

type AzureTerraformStateStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (AzureTerraformStateStep) GetContainer added in v0.1.68

func (s AzureTerraformStateStep) GetContainer(parent fyne.Window) *fyne.Container

type BackendSelectionStep added in v0.1.68

type BackendSelectionStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (BackendSelectionStep) GetContainer added in v0.1.68

func (s BackendSelectionStep) GetContainer(parent fyne.Window) *fyne.Container

type BaseStep

type BaseStep struct {
	State state.State
}

func (BaseStep) BuildNavigation

func (s BaseStep) BuildNavigation(previousCallback func(), nextCallback func()) (*fyne.Container, *widget.Button, *widget.Button)

type EnableVariableSpreading added in v0.1.283

type EnableVariableSpreading struct {
	BaseStep
	Wizard wizard.Wizard
}

func (EnableVariableSpreading) GetContainer added in v0.1.283

func (s EnableVariableSpreading) GetContainer(parent fyne.Window) *fyne.Container

type ExtractSecrets added in v0.1.294

type ExtractSecrets struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

ExtractSecrets provides a step in the wizard to extract secrets from the Octopus database

func (ExtractSecrets) Execute added in v0.1.294

func (s ExtractSecrets) Execute() error

func (ExtractSecrets) GetContainer added in v0.1.294

func (s ExtractSecrets) GetContainer(parent fyne.Window) *fyne.Container

func (*ExtractSecrets) SaveSecretsVariable added in v0.1.294

func (s *ExtractSecrets) SaveSecretsVariable() error

SaveSecretsVariable creates a library variable set with a secret value containing the contents of a terraform.tfvars file that populates the secrets used by the exported space

type FinishStep

type FinishStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (FinishStep) GetContainer

func (s FinishStep) GetContainer(parent fyne.Window) *fyne.Container

type LibraryVariableSetUsage

type LibraryVariableSetUsage struct {
	Projects []LibraryVariableSetUsageProjects `json:"Projects"`
}

type LibraryVariableSetUsageProjects

type LibraryVariableSetUsageProjects struct {
	ProjectId string `json:"ProjectId"`
}

type OctopusDestinationDetails

type OctopusDestinationDetails struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (OctopusDestinationDetails) GetContainer

func (s OctopusDestinationDetails) GetContainer(parent fyne.Window) *fyne.Container

type OctopusDetails

type OctopusDetails struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (OctopusDetails) GetContainer

func (s OctopusDetails) GetContainer(parent fyne.Window) *fyne.Container

type ProjectExportStep

type ProjectExportStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (ProjectExportStep) Execute added in v0.1.54

func (s ProjectExportStep) Execute(prompt func(string, string, func(bool)), handleError func(string, error), handleSuccess func(string), status func(string))

func (ProjectExportStep) GetContainer

func (s ProjectExportStep) GetContainer(parent fyne.Window) *fyne.Container

type PromptRemovalStep added in v0.1.42

type PromptRemovalStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (PromptRemovalStep) GetContainer added in v0.1.42

func (s PromptRemovalStep) GetContainer(parent fyne.Window) *fyne.Container

type RenameProjectStep added in v0.1.331

type RenameProjectStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (RenameProjectStep) GetContainer added in v0.1.331

func (s RenameProjectStep) GetContainer(parent fyne.Window) *fyne.Container

type SpaceExportStep

type SpaceExportStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (SpaceExportStep) Execute added in v0.1.51

func (s SpaceExportStep) Execute(prompt func(string, string, func(bool)), handleError func(string, error), handleSuccess func(string), attemptedLvsDelete bool, attemptedAccountDelete bool)

func (SpaceExportStep) GetContainer

func (s SpaceExportStep) GetContainer(parent fyne.Window) *fyne.Container

type SpreadVariablesStep

type SpreadVariablesStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (SpreadVariablesStep) Execute added in v0.1.51

func (s SpreadVariablesStep) Execute() error

func (SpreadVariablesStep) GetContainer

func (s SpreadVariablesStep) GetContainer(parent fyne.Window) *fyne.Container

type StartProjectExportStep added in v0.1.81

type StartProjectExportStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (StartProjectExportStep) Execute added in v0.1.81

func (s StartProjectExportStep) Execute(statusCallback func(message string), runbookEnvironment string) error

func (StartProjectExportStep) GetContainer added in v0.1.81

func (s StartProjectExportStep) GetContainer(parent fyne.Window) *fyne.Container

type StartSpaceExportStep added in v0.1.80

type StartSpaceExportStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (StartSpaceExportStep) Execute added in v0.1.80

func (s StartSpaceExportStep) Execute(statusCallback func(message string), runbookEnvironment string) (executeError error)

func (StartSpaceExportStep) GetContainer added in v0.1.80

func (s StartSpaceExportStep) GetContainer(parent fyne.Window) *fyne.Container

type StepTemplateStep

type StepTemplateStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (StepTemplateStep) Execute added in v0.1.51

func (s StepTemplateStep) Execute() (string, error)

func (StepTemplateStep) GetContainer

func (s StepTemplateStep) GetContainer(parent fyne.Window) *fyne.Container

type TestTerraformStep

type TestTerraformStep struct {
	BaseStep
	Wizard wizard.Wizard
	// contains filtered or unexported fields
}

func (TestTerraformStep) Execute added in v0.1.216

func (s TestTerraformStep) Execute() bool

func (TestTerraformStep) GetContainer

func (s TestTerraformStep) GetContainer(parent fyne.Window) *fyne.Container

type ToolsSelectionStep added in v0.1.139

type ToolsSelectionStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (ToolsSelectionStep) GetContainer added in v0.1.139

func (s ToolsSelectionStep) GetContainer(parent fyne.Window) *fyne.Container

type WelcomeStep

type WelcomeStep struct {
	BaseStep
	Wizard wizard.Wizard
}

func (WelcomeStep) GetContainer

func (s WelcomeStep) GetContainer(parent fyne.Window) *fyne.Container

Jump to

Keyboard shortcuts

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