types

package
v2.0.0-alpha1 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2021 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 {
	FlacAvailable bool
	Name          string
	MP3FileSize   string
	FlacFileSize  string
	FileCount     int
	Tracks        []Track
	Covers        []string
}

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