Versions in this module Expand all Collapse all v0 v0.1.1 Mar 13, 2025 v0.1.0 Mar 13, 2025 Changes in this version + type AuthList struct + func InitAuthList() AuthList + func (m AuthList) GetSelectedAuthVals() []string + func (m AuthList) Init() tea.Cmd + func (m AuthList) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m AuthList) View() string + type Confirm struct + func InitConfirm() Confirm + func (m Confirm) GetConfVal() bool + func (m Confirm) Init() tea.Cmd + func (m Confirm) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Confirm) View() string + type FinalSummary struct + Auth []string + Framework string + Name string + type ListModel struct + func InitList() ListModel + func (m ListModel) GetSelectedVal() string + func (m ListModel) Init() tea.Cmd + func (m ListModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m ListModel) View() string + type NeedAuth struct + func InitAuth() NeedAuth + func (m NeedAuth) Init() tea.Cmd + func (m NeedAuth) NeedsAuth() bool + func (m NeedAuth) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m NeedAuth) View() string + type Summary struct + Auth []string + Confirmation bool + Framework string + Name string + func InitSummary(name string, framework string, auth []string) Summary + func (m Summary) GetConfirmation() bool + func (m Summary) Init() tea.Cmd + func (m Summary) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Summary) View() string + type Textmodel struct + func InitText() Textmodel + func (m Textmodel) GetProjName() string + func (m Textmodel) Init() tea.Cmd + func (m Textmodel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Textmodel) View() string + func (m Textmodel) WasEscaped() bool