Documentation ¶ Index ¶ type Booking Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Booking ¶ type Booking struct { // ID the id of the booking // // required: true // read only: true ID int64 `json:"id,omitempty"` // Subject the subject of this booking // required: true Subject string } A Booking in the system Source Files ¶ View all Source files booking.go Click to show internal directories. Click to hide internal directories.