Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DaggerConstraint defines all acceptable versions of dagger. DaggerConstraint = "=0.2.10" // DaggerDefault is the default version of dagger to download. DaggerDefault = "0.2.10" )
View Source
const ( // NhctlConstraint defines all acceptable versions of nhctl. NhctlConstraint = "=0.6.16" // NhctlDefault is the default nhctl version to download. NhctlDefault = "0.6.16" )
View Source
const ( // TerraformConstraint defines all acceptable versions of terrafform. TerraformConstraint = "=1.1.9" // TerraformDefault is the default terraform version to use. TerraformDefault = "1.1.9" )
View Source
const (
// DevelopmentVersion may contain bugs.
DevelopmentVersion = "dev"
)
Variables ¶
View Source
var ( // Version holds the complete version number. Filled in at linking time. Version = DevelopmentVersion // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time. Revision = "" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.