import "41.neocities.org/platform/bandcamp"
type ReportParams struct { Aid int64 `json:"a_id"` Iid int `json:"i_id"` Itype string `json:"i_type"` }
func (r *ReportParams) New(url2 string) error
func (r *ReportParams) Tralbum() (*Tralbum, bool)
func (t *Tralbum) Tralbum() (*TralbumDetails, error)
type TralbumDetails struct { ArtId int64 `json:"art_id"` ReleaseDate int64 `json:"release_date"` Title string TralbumArtist string `json:"tralbum_artist"` }
func (t *TralbumDetails) Time() time.Time