Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiscogsMasterResponse ¶
type DiscogsMasterResponse struct {
Year int `json:"year"`
}
type DiscogsSearchResponse ¶
type DiscogsSearchResponse struct { Results []DiscogsSearchResult `json:"results"` Pagination struct { Items int `json:"items"` PerPage int `json:"per_page"` Page int `json:"page"` Pages int `json:"pages"` Urls struct { Last string `json:"last"` Next string `json:"next"` } `json:"urls"` } `json:"pagination"` }
type DiscogsSearchResult ¶
type DiscogsSearchResult struct { Title string `json:"title"` Community struct { Have int `json:"have"` } `json:"community"` Format []string `json:"format"` Year string `json:"year"` Style []string `json:"style"` Thumb string `json:"thumb"` Uri string `json:"uri"` Artist []string `json:"artist"` MasterURL string `json:"master_url"` }
type SpotifyAlbumResponse ¶
type SpotifyAlbumResponse struct { Tracks struct { Items []struct { URI string `json:"uri"` } `json:"items"` } `json:"tracks"` }
type SpotifyPlaylistResponse ¶
type SpotifyPlaylistSync ¶
type SpotifyPlaylistSync struct {
// contains filtered or unexported fields
}
func NewSpotifyPlaylistSync ¶
func NewSpotifyPlaylistSync() *SpotifyPlaylistSync
Click to show internal directories.
Click to hide internal directories.