audio

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Audio

type Audio struct {
	ID       int64      `json:"id"`
	Aid      int64      `json:"aid"`
	UID      int64      `json:"uid"`
	Title    string     `json:"title"`
	Cover    string     `json:"cover"`
	Author   string     `json:"author"`
	Schema   string     `json:"schema"`
	Duration int64      `json:"duration"`
	Play     int        `json:"play"`
	Reply    int        `json:"reply"`
	IsOff    int        `json:"isOff"`
	AuthType int        `json:"authType"`
	CTime    xtime.Time `json:"ctime"`
}

type Card

type Card struct {
	Type   int `json:"type,omitempty"`
	Status int `json:"status,omitempty"`
}

type Fav

type Fav struct {
	Song    bool `json:"song,omitempty"`
	Menu    bool `json:"menu,omitempty"`
	PGCMenu bool `json:"pgc_menu,omitempty"`
}

type FavAudio

type FavAudio struct {
	ID         int64  `json:"id"`
	Title      string `json:"title"`
	ImgURL     string `json:"img_url"`
	RecordsNum int    `json:"records_num"`
	IsOpen     int    `json:"is_open"`
}

type UpperCert

type UpperCert struct {
	Cert *struct {
		Type int    `json:"type,omitempty"`
		Desc string `json:"desc,omitempty"`
	} `json:"cert,omitempty"`
}

Jump to

Keyboard shortcuts

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