Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInfo ¶
type BaseInfo struct {
Name string `json:"name"`
Longitude string `json:"longitude"`
Latitude string `json:"latitude"`
Province string `json:"province"`
City string `json:"city"`
District string `json:"district"`
Address string `json:"address"`
Category string `json:"category"`
Telephone string `json:"telephone"`
Photo string `json:"photo"`
License string `json:"license"`
Introduction string `json:"introduct"`
DistrictID string `json:"districtid"`
}
type RequestStoreCreate ¶
Click to show internal directories.
Click to hide internal directories.