scrapper

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Song

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.

func ScrapLetov

func ScrapLetov() []Song

ScrapLetov poor Letov

type Verse

type Verse struct {
	Order int    `json:"order"`
	Verse string `json:"verse,omitempty"`
}

Verse consist of song's line and it's order.

Jump to

Keyboard shortcuts

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