Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWimWindows ¶
func CreateWimWindows(context context.Context, ui packer.Ui, mountDir string, newArtifact WimArtifact) error
As we want to have option to cancel this action if needed, we need to pass a context to function and run it as goroutine.
Types ¶
type WimArtifact ¶
Internal implementation for packer.Artifact interface.
func (*WimArtifact) BuilderId ¶
func (w *WimArtifact) BuilderId() string
func (*WimArtifact) Destroy ¶
func (w *WimArtifact) Destroy() error
func (*WimArtifact) Files ¶
func (w *WimArtifact) Files() []string
func (*WimArtifact) Id ¶
func (w *WimArtifact) Id() string
func (*WimArtifact) State ¶
func (w *WimArtifact) State(name string) interface{}
func (*WimArtifact) String ¶
func (w *WimArtifact) String() string
Click to show internal directories.
Click to hide internal directories.