Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Name string `json:"name"` Info string `json:"info"` PleaseNote string `json:"please_note"` Images []EventImage `json:"images"` Embedded *EventEmbedded `json:"_embedded,omitempty"` Place *EventPlace `json:"place,omitempty"` Promoter *EventPromoter `json:"promoter,omitempty"` Sales *EventSales `json:"sales"` }
type EventEmbedded ¶
type EventEmbedded struct {
Venues []EventVenue `json:"venues"`
}
type EventImage ¶
type EventLocation ¶
type EventPlace ¶
type EventPromoter ¶
type EventSales ¶
type EventSales struct { Public EventSalesPublic `json:"public"` Presales []EventSalesPresales `json:"presales"` }
type EventSalesPresales ¶
type EventSalesPublic ¶
type EventVenue ¶
type EventVenue struct { Id string `json:"id"` Name string `json:"name"` Url string `json:"url"` PostalCode string `json:"postalCode"` Images []VenueImage `json:"images"` Address Address `json:"address"` City City `json:"city"` State State `json:"state"` Country Country `json:"country"` Location EventLocation `json:"location"` }
type EventsResponse ¶
type EventsResponse struct { Embedded struct { Events []Event `json:"events"` } `json:"_embedded,omitempty"` }
Click to show internal directories.
Click to hide internal directories.