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.godone_screen.goendpoint_screen.goiface_screen.golinux_more.gonet_screen.gonodeps_screen.goopt_screen.goport_screen.gostyle.gowelcome_screen.gowizard.go Click to show internal directories. Click to hide internal directories.