Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App holds the TUI application state
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the main TUI model
type SearchType ¶ added in v0.2.0
type SearchType int
SearchType represents the type of search to perform
const ( SearchAll SearchType = iota SearchTracks SearchAlbums SearchArtists SearchPlaylists )
Click to show internal directories.
Click to hide internal directories.