Documentation ¶
Overview ¶
Package config provides an abstraction for application configuration. Configuration could come from the environment, config files, or be directly set programatically.
Index ¶
Constants ¶
View Source
const ( TwilioAccountID = "account_id" TwilioAuthToken = "auth_token" TwilioFromNumber = "twilio_from_number" )
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(property string) interface{}
Get returns a property from the configuration with the given key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.