Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APIKey string
APIKey is the Google Places API key that will be used to make requests to the service.
View Source
var Journeys = []interface{}{ &j{Name: "a romantic day", PlaceTypes: []string{"park", "bar", "movie_theater", "restaurant", "florist", "taxi_stand"}}, &j{Name: "a shopping spree", PlaceTypes: []string{"department_store", "cafe", "clothing_store", "jewelry_store", "shoe_store"}}, &j{Name: "a night out", PlaceTypes: []string{"bar", "casino", "food", "bar", "night_club", "bar", "bar", "hospital"}}, &j{Name: "a culture day", PlaceTypes: []string{"museum", "cafe", "cemetery", "library", "art_gallery"}}, &j{Name: "a pamper day", PlaceTypes: []string{"hair_care", "beauty_salon", "cafe", "spa"}}, }
Journeys represents the pre-set journeys data.
Functions ¶
Types ¶
type Cost ¶
type Cost int8
Cost represents a cost level.
const ( Cost1 Cost Cost2 Cost3 Cost4 Cost5 )
Cost enumerator represents various levels of Cost.
type CostRange ¶
CostRange represents a range of Cost values.
func ParseCostRange ¶
ParseCostRange parses a cost range string into a CostRange.
type Facade ¶
type Facade interface {
Public() interface{}
}
Facade represents objects that provide a public view of themselves.
Click to show internal directories.
Click to hide internal directories.