Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchResult ¶
type SearchResult struct {
Id string `json:"placeId"`
Name string `json:"placeName"`
Address string `json:"address"`
PhoneNumber string `json:"phoneNumber"`
Website string `json:"websiteUrl"`
}
func (SearchResult) SaveSearchResult ¶
func (sr SearchResult) SaveSearchResult(q string) error
Click to show internal directories.
Click to hide internal directories.