bleep

package
v1.38.9 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2021 License: OSL-3.0 Imports: 9 Imported by: 0

README

Documentation

Index

Constants

View Source
const Origin = "https://bleep.com"

Variables

This section is empty.

Functions

This section is empty.

Types

type Date added in v1.38.8

type Date string

func (Date) Parse added in v1.38.8

func (d Date) Parse() (time.Time, error)

can be either one of these:

2001-05-01 00:00:00.0
Tue May 01 00:00:00 UTC 2001

type Meta added in v1.38.8

type Meta struct {
	Image        string `json:"og:image"`
	Release_Date Date   `json:"music:release_date"`
}

func NewMeta added in v1.38.8

func NewMeta(releaseID int) (*Meta, error)

type Track

type Track struct {
	Disc      int
	Number    int
	ReleaseID int
	Title     string
}

func Parse added in v1.38.8

func Parse(track string) (*Track, error)

8728-1-1

func Release

func Release(releaseID int) ([]Track, error)

func (Track) Resolve

func (t Track) Resolve() (string, error)

func (Track) String added in v1.38.8

func (t Track) String() string

Jump to

Keyboard shortcuts

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