Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZipArchive ¶
type ZipArchive struct {
Name string `hcl:"archive_name"`
WrapInDir string `hcl:"wrap_in_directory,optional"`
}
func (ZipArchive) Category ¶
func (z ZipArchive) Category() modules.Category
func (ZipArchive) Execute ¶
func (z ZipArchive) Execute(ctx modules.ExecutionContext) (err error)
func (ZipArchive) Type ¶
func (z ZipArchive) Type() string
Click to show internal directories.
Click to hide internal directories.