Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct {
// contains filtered or unexported fields
}
Configuration wraps the configuration
func Configure ¶
func Configure() *Configuration
Configure initialises the configuration and returns it.
func (Configuration) GoogleApiBase ¶
func (c Configuration) GoogleApiBase() string
GoogleApiBase gets the base domain for contacting the Google Places API.
func (Configuration) GoogleApiKey ¶
func (c Configuration) GoogleApiKey() string
GoogleApiKey gets the API key for contacting the Google Places API.
func (Configuration) MongoUri ¶
func (c Configuration) MongoUri() string
MongoUri gets the uri to connect to the database.
Click to show internal directories.
Click to hide internal directories.