SYMBOL INDEX (12 symbols across 1 files) FILE: main.go constant usage (line 19) | usage = `kboard [number] [time] function main (line 32) | func main() { type model (line 75) | type model struct method Init (line 139) | func (m model) Init() tea.Cmd { method Update (line 152) | func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { method View (line 201) | func (m model) View() string { method handleSubmission (line 234) | func (m model) handleSubmission() (model, tea.Cmd) { function initialModel (line 89) | func initialModel(numOfWords, duration int) model { type newWordMsg (line 119) | type newWordMsg struct type countdownMsg (line 121) | type countdownMsg struct function newWord (line 125) | func newWord() tea.Cmd { function countDown (line 131) | func countDown() tea.Cmd {