Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Directory ¶
type Directory struct { resource.TaskStatus // directory path Destination string `export:"destination"` // if true, directories will be created recursively CreateAll bool `export:"createall"` }
Directory makes sure a directory is present on disk
type Preparer ¶
type Preparer struct { // the location on disk to make the directory Destination string `hcl:"destination" required:"true" nonempty:"true"` // whether or not to create all parent directories on the way up CreateAll bool `hcl:"create_all"` }
Preparer for Directory
Directory makes sure a directory is present on disk
Click to show internal directories.
Click to hide internal directories.