Documentation ¶ Index ¶ type Done type RootModel func NewRootModel(app *app.App) RootModel func (m RootModel) Init() tea.Cmd func (m RootModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m RootModel) View() string func (m RootModel) WizardStateUpdate(msg tea.Msg) (bool, tea.Model, tea.Cmd) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Done ¶ type Done struct { InterfaceName string } type RootModel ¶ type RootModel struct { // contains filtered or unexported fields } func NewRootModel ¶ func NewRootModel(app *app.App) RootModel func (RootModel) Init ¶ func (m RootModel) Init() tea.Cmd func (RootModel) Update ¶ func (m RootModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (RootModel) View ¶ func (m RootModel) View() string func (RootModel) WizardStateUpdate ¶ added in v0.1.2 func (m RootModel) WizardStateUpdate(msg tea.Msg) (bool, tea.Model, tea.Cmd) Source Files ¶ View all Source files dns.go done_screen.go endpoint_screen.go iface_screen.go linux_more.go net_screen.go nodeps_screen.go opt_screen.go port_screen.go style.go welcome_screen.go wizard.go Click to show internal directories. Click to hide internal directories.