types

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2024 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 Lyrics

type Lyrics struct {
	Time  string `json:"time"`
	Value string `json:"value"`
}

type Music

type Music struct {
	Title    string   `json:"title"`
	Artist   string   `json:"artist"`
	Album    string   `json:"album"`
	Author   string   `json:"author"`
	By       string   `json:"by"`
	Length   string   `json:"length"` // mm:ss.xx
	Language string   `json:"language"`
	Lyrics   []Lyrics `json:"lyrics"`
}

Jump to

Keyboard shortcuts

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