Documentation
¶
Index ¶
- type Source
- func (s *Source) FindByAlbumNames(names []metadata.Name) (results []*metadata.Album)
- func (s *Source) FindByCatalogNumber(catalog metadata.CatalogNumber) (results []*metadata.Album)
- func (s *Source) FindByTOC(toc metadata.TOC) (results []*metadata.Album)
- func (s *Source) FindQueryArguments(queryArgs string) (albums []*metadata.Album)
- func (s *Source) GetAlbumInformation(id int) *metadata.Album
- func (s *Source) GetLicense() metadata.License
- func (s *Source) GetName() string
- func (s *Source) GetURL() string
- func (s *Source) Test()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct {
// contains filtered or unexported fields
}
func (*Source) FindByAlbumNames ¶
func (*Source) FindByCatalogNumber ¶
func (s *Source) FindByCatalogNumber(catalog metadata.CatalogNumber) (results []*metadata.Album)
func (*Source) FindQueryArguments ¶
func (*Source) GetLicense ¶
Click to show internal directories.
Click to hide internal directories.