model

package
v0.0.0-...-bdae2e2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2021 License: GPL-3.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 Album

type Album struct {
	ID   int    `json:"id"`
	Mid  string `json:"mid"`
	Name string `json:"name"`
}

Album 专辑

type Singer

type Singer struct {
	ID   int    `json:"id"`
	Mid  string `json:"mid"`
	Name string `json:"name"`
}

Singer 歌手

type Song

type Song struct {
	ID         int      `json:"id"`
	Mid        string   `json:"mid"`
	Title      string   `json:"title"`
	Singer     []Singer `json:"singer"`
	Album      Album    `json:"album"`
	IndexAlbum int      `json:"index_album"`
	TimePublic string   `json:"time_public"`
}

Song 单曲

Jump to

Keyboard shortcuts

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