Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookingCollection ¶
func (BookingCollection) String ¶
func (b BookingCollection) String() string
type Movie ¶
type Movie struct {
ID string `json:"id"`
Title string `json:"title"`
Rating float32 `json:"rating"`
Director string `json:"director"`
}
func (Movie) MarshalJSON ¶
type User ¶
type UserBookings ¶
func (UserBookings) String ¶
func (u UserBookings) String() string
type UserCollection ¶
func (UserCollection) String ¶
func (u UserCollection) String() string
Click to show internal directories.
Click to hide internal directories.