Documentation ¶ Index ¶ func Start(targets []target.Client) error type Model func NewModel(targets []target.Client) Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string type TickMsg Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(targets []target.Client) error Types ¶ type Model ¶ type Model struct { ScreenWidth int ScreenHeight int ActiveTargetIndex int Targets []target.Client TargetsTable table.Model ResultsTable table.Model } func NewModel ¶ func NewModel(targets []target.Client) Model func (Model) Init ¶ func (m Model) Init() tea.Cmd func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string type TickMsg ¶ type TickMsg time.Time Source Files ¶ View all Source files model.go ui.go Click to show internal directories. Click to hide internal directories.