Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶ added in v1.33.0
type Model struct {
// contains filtered or unexported fields
}
Model - represents the state of the new stack creation operation
func (Model) ProviderName ¶ added in v1.33.0
ProviderName returns the stack cloud name selected by the user
type NewStackStatus ¶ added in v1.33.0
type NewStackStatus int
const ( NameInput NewStackStatus = iota ProviderInput RegionInput GCPProjectInput AzureOrgInput AzureAdminEmailInput Pending Done Error )
type RegionItem ¶ added in v1.33.0
func (*RegionItem) GetItemDescription ¶ added in v1.33.0
func (m *RegionItem) GetItemDescription() string
func (*RegionItem) GetItemValue ¶ added in v1.33.0
func (m *RegionItem) GetItemValue() string
Click to show internal directories.
Click to hide internal directories.