Fix various godoc comments

This commit is contained in:
Christian Rocha
2022-01-18 17:15:38 -05:00
parent 505a16d057
commit 091c915462
4 changed files with 17 additions and 4 deletions

View File

@@ -75,6 +75,8 @@ func (f filteredItems) matches() [][]int {
return agg
}
// FilterMatchesMsg contains data about items matched during filtering. The
// message should be routed to Update for processing.
type FilterMatchesMsg []filteredItem
type statusMessageTimeoutMsg struct{}