package
Version:
v3.1.1
Opens a new window with list of versions in this module.
Published: Aug 7, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package lyrics provides the lyrics information and origin models.
type Info struct {
URL string `json:"url"`
Title string `json:"title"`
Artist string `json:"artist"`
Lyrics string `json:"lyrics"`
ReleaseDate time.Time `json:"release_date,omitempty"`
Origin Origin `json:"origin,omitempty"`
}
Info represents a song's lyrics and metadata.
type Origin struct {
Name string `json:"name"`
Website string `json:"url"`
}
Origin contains the details regarding the origin of lyrics.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.