Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSetlistByIDInput ¶
type GetSetlistByIDInput struct {
URL string
}
func NewGetSetlistByIDInput ¶
func NewGetSetlistByIDInput(url string) GetSetlistByIDInput
func (GetSetlistByIDInput) SetlistID ¶
func (in GetSetlistByIDInput) SetlistID() (*string, error)
func (GetSetlistByIDInput) Validate ¶
func (in GetSetlistByIDInput) Validate() error
type Set ¶
type Set struct { ID string `json:"id"` VersionID string `json:"versionId"` EventDate string `json:"eventDate"` LastUpdated string `json:"lastUpdated"` Artist Artist `json:"artist"` Venue Venue `json:"venue"` Tour Tour `json:"tour"` Sets Sets `json:"sets"` URL string `json:"url"` }
func (*Set) ArtistName ¶
Click to show internal directories.
Click to hide internal directories.