Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEV = "development" TEST = "testing" PROD = "production" )
Environment constants.
Variables ¶
View Source
var SUPPORTED_ENVIRONMENTS = map[string]string{ "development": DEV, "testing": TEST, "production": PROD, "dev": DEV, "test": TEST, "prod": PROD, "d": DEV, "t": TEST, "p": PROD, }
CLI supported environments mapper.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.