Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive struct {
Name string `hcl:"name,label"`
RootPath string `hcl:"root"`
IncludeGlob []string `hcl:"includes"`
ExcludeGlob []string `hcl:"excludes,optional"`
}
Archive is a file collection which will be compressed as a tar.gz to be added to the crate.
type Config ¶
type Config struct {
Container Container `hcl:"container,block"`
Archives []Archive `hcl:"archive,block"`
}
Config is the configuration structure for bundle DSL.
Click to show internal directories.
Click to hide internal directories.