Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateEventHandler ¶
func QueryEvent ¶
func QueryHandler ¶
Types ¶
type EventData ¶
type EventData struct {
OrganizerId int `json:"organizer_id"`
SpaceId *int `json:"space_id"`
Title *string `json:"title"`
Subtitle *string `json:"subtitle"`
Description *string `json:"description"`
ImageURL *string `json:"image_url,omitempty"`
EventTypes []int `json:"event_types"`
GenreTypes []int `json:"genre_types"`
EventDates []EventDateData `json:"event_dates"`
}
Click to show internal directories.
Click to hide internal directories.