Documentation ¶
Index ¶
- type AwsTerraformStateStep
- type BaseStep
- type FinishStep
- type LibraryVariableSetUsage
- type LibraryVariableSetUsageProjects
- type OctopusDestinationDetails
- type OctopusDetails
- type ProjectExportStep
- type PromptRemovalStep
- type SpaceExportStep
- type SpreadVariablesStep
- type StepTemplateStep
- type TestTerraformStep
- type WelcomeStep
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 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) GetContainer ¶
func (s SpreadVariablesStep) GetContainer(parent fyne.Window) *fyne.Container
type StepTemplateStep ¶
type StepTemplateStep struct { BaseStep Wizard wizard.Wizard // contains filtered or unexported fields }
func (StepTemplateStep) GetContainer ¶
func (s StepTemplateStep) GetContainer(parent fyne.Window) *fyne.Container
type TestTerraformStep ¶
func (TestTerraformStep) GetContainer ¶
func (s TestTerraformStep) GetContainer(parent fyne.Window) *fyne.Container
type WelcomeStep ¶
func (WelcomeStep) GetContainer ¶
func (s WelcomeStep) GetContainer(parent fyne.Window) *fyne.Container
Click to show internal directories.
Click to hide internal directories.