Documentation ¶ Index ¶ Variables func DownloadFile(url, dst string) error func DownloadTrack(track *api.Track, dst string) (string, error) func DownloadTrackCover(track *api.Track, dst string) (string, error) func Execute() type ImportFile Constants ¶ This section is empty. Variables ¶ View Source var AppName = dwebble.AppName + "-cli" Functions ¶ func DownloadFile ¶ func DownloadFile(url, dst string) error func DownloadTrack ¶ func DownloadTrack(track *api.Track, dst string) (string, error) func DownloadTrackCover ¶ func DownloadTrackCover(track *api.Track, dst string) (string, error) func Execute ¶ func Execute() Types ¶ type ImportFile ¶ type ImportFile struct { Album string `json:"album"` Artist string `json:"artist"` CoverArt string `json:"coverArt"` Tracks []string `json:"tracks"` } Source Files ¶ View all Source files album.go download.go root.go Click to show internal directories. Click to hide internal directories.