Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByCreatedAt ¶
type ByCreatedAt []TravelPlanView
func (ByCreatedAt) Len ¶
func (plans ByCreatedAt) Len() int
func (ByCreatedAt) Less ¶
func (plans ByCreatedAt) Less(i, j int) bool
func (ByCreatedAt) Swap ¶
func (plans ByCreatedAt) Swap(i, j int)
type Credential ¶
type LastSearchRecord ¶
type PasswordResetRequest ¶
type PersonalFavorites ¶
type PersonalFavorites struct {
SearchHistory map[string]LastSearchRecord `json:"searchHistory"`
}
func (*PersonalFavorites) MarshalBinary ¶
func (p *PersonalFavorites) MarshalBinary() ([]byte, error)
func (*PersonalFavorites) UnmarshalBinary ¶
func (p *PersonalFavorites) UnmarshalBinary(data []byte) error
type TravelPlaceView ¶
type TravelPlaceView struct { ID string `json:"id"` TimePeriod string `json:"time_period"` PlaceName string `json:"place_name"` Address string `json:"address"` URL string `json:"url"` }
TravelPlaceView reflect what users see on Front-end result tables
type TravelPlanView ¶
Click to show internal directories.
Click to hide internal directories.