Versions in this module Expand all Collapse all v0 v0.0.1 May 15, 2024 Changes in this version + type Model struct + Err error + func New(vulnEvents chan interface{}, countTotalPackages int) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string