github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/builder/amazon/chroot/cleanup.go (about)

     1  package chroot
     2  
     3  // Cleanup is an interface that some steps implement for early cleanup.
     4  type Cleanup interface {
     5  	CleanupFunc(map[string]interface{}) error
     6  }