types

package
v2.0.7 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Album

type Album struct {
	Slug          string
	FlacAvailable bool
	Name          string
	MP3FileSize   string
	FlacFileSize  string
	FileCount     int
	Tracks        []Track
	Covers        []string
}

type RemoteIndexMetadata

type RemoteIndexMetadata struct {
	ReleaseURL string `json:"html_url"`
	Version    string `json:"tag_name"`
	Name       string `json:"name"`
	Prerelease bool   `json:"prerelease"`
}

type SearchIndex

type SearchIndex struct {
	IndexVersion string        `json:"index_version"`
	Entries      SearchResults `json:"entries"`
}

type SearchResults

type SearchResults map[string]string

type Track

type Track struct {
	CDNumber     string
	Number       string
	Name         string
	Duration     string
	MP3FileSize  string
	FlacFileSize string
	URL          string
}

type TrackMetaIndexes

type TrackMetaIndexes struct {
	CDNumber     int
	TrackNumber  int
	SongName     int
	TrackLength  int
	MP3FileSize  int
	FlacFileSize int
}

Jump to

Keyboard shortcuts

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