Documentation ¶ Index ¶ type Location func (Location) IsEntity() type LocationInput Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Location ¶ type Location struct { ID string `json:"id"` // The name of the location Name string `json:"name"` // A short description about the location Description string `json:"description"` // The location's main photo as a URL Photo string `json:"photo"` } func (Location) IsEntity ¶ func (Location) IsEntity() type LocationInput ¶ type LocationInput struct { Name string `json:"name"` Description string `json:"description"` Photo string `json:"photo"` } Source Files ¶ View all Source files models_gen.go Click to show internal directories. Click to hide internal directories.