discography

package
v0.0.0-...-c5d5a31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package discography fetches artist discography

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Album

type Album struct {
	Name      string
	Published time.Time
	Image
}

Album is an individual album

type Fetcher

type Fetcher interface {
	Fetch(artist string) ([]Album, error)
}

Fetcher fetches cover art

type Image

type Image struct {
	ID  string
	URL *url.URL
}

Image is an album's image

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL