Discover Packages
github.com/solairerove/linden-honey-go-scrapper
scraper
package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Oct 21, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Song struct {
Title string `json:"title,omitempty"`
Link string `json:"link,omitempty"`
Author string `json:"author,omitempty"`
Album string `json:"album,omitempty"`
Verses []Verse `json:"verses,omitempty"`
}
Song is a entity to describe grabber results.
type Verse struct {
Order int `json:"order"`
Verse string `json:"verse,omitempty"`
}
Verse consist of song's line and it's order.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.