Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
MusicPath string // The path to the music directory
PlaylistPath string // The path to the playlist directory
AlbumPath string // The path to the album directory
DatabasePath string // The path to the database directory
TempPath string // The path to the temporary directory
DatabaseFile string // The path to the database file
LogFile string // The path to the log file
Port string // The port to run the server on
Debug bool // Whether to run in debug mode
Version string // The version of GoTune
}
Click to show internal directories.
Click to hide internal directories.