Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InfoLogger *log.Logger ErrorLogger *log.Logger )
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
AppName string
RMQ string
Postgres string
Vars map[string]string
Services cfenv.Services
}
func LoadEnvironment ¶
LoadEnvironment loads either a dev or cf environment. To set up a dev environment provide the dev fallbacks that you wish to use then. If no dev fallback is specified then it will look in the os environment variables.
Click to show internal directories.
Click to hide internal directories.