Documentation
¶
Index ¶
Constants ¶
View Source
const Origin = "http://bandcamp.com"
Variables ¶
View Source
var Verbose bool
Functions ¶
This section is empty.
Types ¶
type Discography ¶ added in v1.29.7
type Discography struct {
Discography []struct {
URL string
}
}
func (*Discography) Get ¶ added in v1.29.7
func (d *Discography) Get(id string) error
func (*Discography) Post ¶ added in v1.29.7
func (d *Discography) Post(id string) error
func (*Discography) PostForm ¶ added in v1.29.7
func (d *Discography) PostForm(id string) error
Click to show internal directories.
Click to hide internal directories.