Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment string
const ( // EnvironmentDevelopment represents when we are working on a development environment EnvironmentDevelopment Environment = "dev" // EnvironmentProduction represents when we are working on a production environment EnvironmentProduction Environment = "prod" )
Click to show internal directories.
Click to hide internal directories.