structure

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LyricDetail

type LyricDetail struct {
	RawLyric        []LyricLine
	TranslatedLyric []LyricLine
}

type LyricLine

type LyricLine struct {
	Time struct {
		Minute      int
		Second      int
		Microsecond int
	}
	Lyric string
}

type Platform

type Platform int
const (
	NeteasePlatform Platform = iota
)

type SongDetail

type SongDetail struct {
	SongID     int
	SongName   string
	ArtistName string
	AlbumName  string
	Platform   Platform
}

Jump to

Keyboard shortcuts

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