MCPcopy
hub / github.com/hashicorp/packer / Fix

Method Fix

fix/fixer.go:17–17  ·  view source on GitHub ↗

Fix takes a raw map structure input, potentially transforms it in some way, and returns the new, transformed structure. The Fix method is allowed to mutate the input.

(input map[string]interface{})

Source from the content-addressed store, hash-verified

15 // in some way, and returns the new, transformed structure. The
16 // Fix method is allowed to mutate the input.
17 Fix(input map[string]interface{}) (map[string]interface{}, error)
18
19 // Synopsis returns a string description of what the fixer actually
20 // does.

Callers 1

RunContextMethod · 0.65

Implementers 15

FixerSSHDisableAgentfix/fixer_sshdisableagent.go
FixerISOMD5fix/fixer_iso_md5.go
FixerVMwareCompactionfix/fixer_vmware_compaction.go
FixerVirtualBoxRenamefix/fixer_virtualbox_rename.go
FixerVMwareRenamefix/fixer_vmware_rename.go
FixerScalewayAccessKeyfix/fixer_scaleway_access_key.go
FixerAzureExcludeFromLatestfix/fixer_azure_exclude_from_latest.go
FixerAmazonShutdownBehaviorfix/fixer_amazon_shutdown_behavior.go
FixerCommConfigfix/fixer_comm_config.go
FixerVSphereNetworkDiskfix/fixer_vsphere_network_storage.go
FixerAmazonPrivateIPfix/fixer_amazon_private_ip.go
FizerHypervCPUandRAMfix/fixer_hyperv_cpu_and_ram_naming.go

Calls

no outgoing calls

Tested by

no test coverage detected