Documentation ¶
Index ¶
Constants ¶
View Source
const FuryctlVersion = "0.1.4"
FuryctlVersion is the version of the client
View Source
const InitFuryfile = `` /* 189-byte string literal not displayed */
InitFuryfile default initial Furyfile config
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Furyconf ¶
type Furyconf struct { VendorFolderName string `yaml:"vendorFolderName"` Versions VersionPattern `yaml:"versions"` Roles []Package `yaml:"roles"` Modules []Package `yaml:"modules"` Bases []Package `yaml:"bases"` }
Furyconf is reponsible for the structure of the Furyfile
type Package ¶
type Package struct { Name string `yaml:"name"` Version string `yaml:"version"` // contains filtered or unexported fields }
Package is the type to contain the definition of a single package
type VersionPattern ¶ added in v0.1.3
Map from glob pattern to version associated (e.g. {"aws/*" : "v1.15.4-1"}
Click to show internal directories.
Click to hide internal directories.