Documentation
¶
Index ¶
Constants ¶
View Source
const BuilderId = "packer.file"
Variables ¶
View Source
var ErrContentSourceConflict = fmt.Errorf("Cannot specify source file AND content")
View Source
var ErrTargetRequired = fmt.Errorf("target required")
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
type Config ¶
type Config struct {
common.PackerConfig `mapstructure:",squash"`
Source string `mapstructure:"source"`
Target string `mapstructure:"target"`
Content string `mapstructure:"content"`
}
type FileArtifact ¶
type FileArtifact struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.