Documentation ¶
Index ¶
- func GetImageIdForArtist(ctx context.Context, artistUrl string) (string, error)
- func GetLastFmResponse(ctx context.Context, collageType constants.CollageType, username string, ...) error
- func GetTrackInfo(trackName string, artistName string, imageSize string) (clients.TrackInfo, error)
- type CleanError
- type GetTrackInfoResponse
- type LastfmImage
- type LastfmUser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageIdForArtist ¶
func GetLastFmResponse ¶
Types ¶
type CleanError ¶
type CleanError struct {
// contains filtered or unexported fields
}
func (CleanError) Error ¶
func (e CleanError) Error() string
type GetTrackInfoResponse ¶
type GetTrackInfoResponse struct { Track struct { Album struct { AlbumName string `json:"title"` Images []LastfmImage `json:"image"` } `json:"Album"` } `json:"track"` }
type LastfmImage ¶
Click to show internal directories.
Click to hide internal directories.