Versions in this module Expand all Collapse all v0 v0.2.0 Jul 16, 2013 Changes in this version + var Fixers map[string]Fixer + type Command byte + func (Command) Help() string + func (c Command) Run(env packer.Environment, args []string) int + func (c Command) Synopsis() string + type Fixer interface + Fix func(input map[string]interface{}) (map[string]interface{}, error) + type FixerISOMD5 struct + func (FixerISOMD5) Fix(input map[string]interface{}) (map[string]interface{}, error)