Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HallStructureResponse ¶
type PriceResponse ¶
type ReservationInfoByNumber ¶
type ReservationInfoByNumber struct {
ReservationID int64 `json:"reservation_id"`
ReservationNumber string `json:"reservation_number"`
SeanceID int64 `json:"seance_id"`
ContainerID int64 `json:"container_id"`
VoidDate string `json:"void_date"`
Amount float64 `json:"amount"`
Seats []*ReservationInfoByNumberSeatsResponse `json:"seats"`
}
type ReserveSeatsResponse ¶
type SeatResponse ¶
type SeatResponse struct {
ID int64 `json:"id"`
RowText string `json:"row_text"`
SeatText string `json:"seat_text"`
X float64 `json:"x"`
Y float64 `json:"y"`
Width float64 `json:"width"`
Height float64 `json:"height"`
ZoneID int64 `json:"zone_id"`
ZoneColor string `json:"zone_color"`
Status uint32 `json:"status"`
}
type VersionResponse ¶
type VersionResponse struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.