Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audio ¶
type Audio struct {
Album string `json:"album"`
FileName string `json:"filename"`
Size int64 `json:"size"`
Title string `json:"name"`
Type string `json:"type"`
URL string `json:"url"`
}
Audio represenst an audio file resourcea
func GetRandomAudio ¶
GetRandomAudio returns a randomly selected audio struct of the given type.
Click to show internal directories.
Click to hide internal directories.