Documentation ¶
Index ¶
Constants ¶
View Source
const BuilderId = "packer.post-processor.checksum"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Artifact ¶
type Artifact struct {
// contains filtered or unexported fields
}
func NewArtifact ¶
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` Keep bool `mapstructure:"keep_input_artifact"` ChecksumTypes []string `mapstructure:"checksum_types"` OutputPath string `mapstructure:"output"` // contains filtered or unexported fields }
type PostProcessor ¶
type PostProcessor struct {
// contains filtered or unexported fields
}
func (*PostProcessor) Configure ¶
func (p *PostProcessor) Configure(raws ...interface{}) error
Click to show internal directories.
Click to hide internal directories.