Documentation ¶ Index ¶ type Builder func (self *Builder) Cancel() func (self *Builder) Prepare(raws ...interface{}) (params []string, retErr error) func (self *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct { // contains filtered or unexported fields } func (*Builder) Cancel ¶ func (self *Builder) Cancel() func (*Builder) Prepare ¶ func (self *Builder) Prepare(raws ...interface{}) (params []string, retErr error) func (*Builder) Run ¶ func (self *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) Source Files ¶ View all Source files builder.gostep_create_instance.go Click to show internal directories. Click to hide internal directories.