Versions in this module Expand all Collapse all v0 v0.4.0 Aug 17, 2022 Changes in this version + func Run(model *Model) (string, error) + type FormFn func(*config.CloudConfig, *FormResult) error + type FormOption struct + Label string + Value string + func (i FormOption) Description() string + func (i FormOption) FilterValue() string + func (i FormOption) Title() string + type FormResult struct + Asset string + AssetName string + AssetType string + Description string + Engine string + EngineVersion string + Env string + InAsset string + Org string + OutAsset string + VpcName string + type LoadOptionsFn func(cfg *config.CloudConfig) ([]list.Item, error) + type Model struct + Err error + Result string + func NewModel(cfg *config.CloudConfig, schema *SubSchema) *Model + func (m Model) Init() tea.Cmd + func (m Model) Update(message tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string + type SubSchema struct + Err error + LoadOptions LoadOptionsFn + Title string + Type string