Documentation ¶
Index ¶
- Variables
- type AwsTerraformStateStep
- type AzureTerraformStateStep
- type BackendSelectionStep
- type BaseStep
- type FinishStep
- type LibraryVariableSetUsage
- type LibraryVariableSetUsageProjects
- type OctopusDestinationDetails
- type OctopusDetails
- type ProjectExportStep
- type PromptRemovalStep
- type SpaceExportStep
- type SpreadVariablesStep
- type StartProjectExportStep
- type StartSpaceExportStep
- type StepTemplateStep
- type TestTerraformStep
- type ToolsSelectionStep
- type WelcomeStep
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 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
func (BackendSelectionStep) GetContainer ¶ added in v0.1.68
func (s BackendSelectionStep) GetContainer(parent fyne.Window) *fyne.Container
type FinishStep ¶
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) GetContainer ¶
func (s ProjectExportStep) GetContainer(parent fyne.Window) *fyne.Container
type PromptRemovalStep ¶ added in v0.1.42
func (PromptRemovalStep) GetContainer ¶ added in v0.1.42
func (s PromptRemovalStep) GetContainer(parent fyne.Window) *fyne.Container
type SpaceExportStep ¶
type SpaceExportStep struct { BaseStep Wizard wizard.Wizard // contains filtered or unexported fields }
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)) 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)) (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
func (ToolsSelectionStep) GetContainer ¶ added in v0.1.139
func (s ToolsSelectionStep) GetContainer(parent fyne.Window) *fyne.Container
type WelcomeStep ¶
func (WelcomeStep) GetContainer ¶
func (s WelcomeStep) GetContainer(parent fyne.Window) *fyne.Container
Source Files ¶
- aws_terraform_state.go
- azure_terraform_state.go
- backend_selection.go
- base_step.go
- finish.go
- octopus_destination_details.go
- octopus_details.go
- project_export.go
- prompt_removal.go
- space_export.go
- spread_variables.go
- start_project_export.go
- start_space_export.go
- step_templates.go
- test_terraform.go
- tools_selection.go
- welcome.go
Click to show internal directories.
Click to hide internal directories.