Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileHandler ¶
type FileHandler struct {
// contains filtered or unexported fields
}
File handler acts as the abstraction between the rest of the app and getting paths to files that we can play.
func GetFileHandler ¶
func GetFileHandler(server server.Server, track responses.ResponseTrack) FileHandler
func (*FileHandler) GetTrackFile ¶
func (f *FileHandler) GetTrackFile() string
Public API. Returns the path to a local file for the song in question Encapsulates caching, downloading, etc
Click to show internal directories.
Click to hide internal directories.