Documentation ¶
Index ¶
Constants ¶
View Source
const ( DevelopmentEnv = "development" StagingEnv = "staging" ProductionEnv = "production" LocalEnv = "local" )
Env list
Variables ¶
View Source
var (
Name = "APPS_ENV"
)
Env related var
Functions ¶
func SetFromEnvFile ¶
SetFromEnvFile read env file and set the environment variables
Types ¶
type ServiceNameEnv ¶
type ServiceNameEnv = string
ServiceNameEnv type, not used anymore. Preserve to prevent breaking others.
Click to show internal directories.
Click to hide internal directories.