Documentation ¶
Index ¶
- type Server
- func (s *Server) GetAlbumsForArtist(artistID string) []responses.ResponseAlbumDirectory
- func (s *Server) GetArt(path string) string
- func (s *Server) GetLibraries() responses.LibraryMediaContainer
- func (s *Server) GetSongsForAlbum(albumID string) []responses.ResponseTrack
- func (s *Server) MakeURL(part string) string
- func (s *Server) SearchAlbums(albumName string) []responses.ResponseAlbumDirectory
- func (s *Server) SearchArtists(artistName string) []responses.ResponseArtistDirectory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func (*Server) GetAlbumsForArtist ¶
func (s *Server) GetAlbumsForArtist(artistID string) []responses.ResponseAlbumDirectory
func (*Server) GetLibraries ¶
func (s *Server) GetLibraries() responses.LibraryMediaContainer
func (*Server) GetSongsForAlbum ¶
func (s *Server) GetSongsForAlbum(albumID string) []responses.ResponseTrack
func (*Server) SearchAlbums ¶
func (s *Server) SearchAlbums(albumName string) []responses.ResponseAlbumDirectory
func (*Server) SearchArtists ¶
func (s *Server) SearchArtists(artistName string) []responses.ResponseArtistDirectory
Click to show internal directories.
Click to hide internal directories.