Documentation ¶ Index ¶ func WaitForProgress(progressChannel chan float64) tea.Cmd type DownloadedMsg type Model func New(progressChannel chan float64) Model func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (m Model) View() string type ProgressMsg Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WaitForProgress ¶ func WaitForProgress(progressChannel chan float64) tea.Cmd Types ¶ type DownloadedMsg ¶ type DownloadedMsg bool type Model ¶ type Model struct { Title string // contains filtered or unexported fields } func New ¶ func New(progressChannel chan float64) Model func (Model) Update ¶ func (m Model) Update(msg tea.Msg) (Model, tea.Cmd) func (Model) View ¶ func (m Model) View() string type ProgressMsg ¶ type ProgressMsg float64 Source Files ¶ View all Source files downloadProgress.go Click to show internal directories. Click to hide internal directories.