Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployType ¶
type DeployType string
const ( Develop DeployType = "dev" Production DeployType = "prod" Test DeployType = "test" )
func (DeployType) IsDevelop ¶
func (t DeployType) IsDevelop() bool
func (DeployType) IsProduction ¶
func (t DeployType) IsProduction() bool
func (DeployType) IsTest ¶
func (t DeployType) IsTest() bool
Click to show internal directories.
Click to hide internal directories.