Documentation ¶
Index ¶
Constants ¶
View Source
const ( DevStage = "dev" ProdStage = "prod" TestStage = "test" StagingStage = "staging" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
func NewConfiguration ¶
func NewConfiguration() (Configuration, error)
func (Configuration) IsDevEnv ¶
func (c Configuration) IsDevEnv() bool
func (Configuration) IsProdEnv ¶
func (c Configuration) IsProdEnv() bool
func (Configuration) IsStagingEnv ¶
func (c Configuration) IsStagingEnv() bool
func (Configuration) IsTestEnv ¶
func (c Configuration) IsTestEnv() bool
Click to show internal directories.
Click to hide internal directories.