Logo
Explore Help
Sign In
iSharkFly-Docs/packer-cn
1
0
Fork 0
You've already forked packer-cn
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
packer-cn/common/chroot/cleanup.go

11 lines
214 B
Go
Raw Normal View History

builder/amazon/chroot: switch func type to interface Was getting weird behavior... see https://groups.google.com/d/msg/golang-nuts/a1kymwSVt2M/FwcCuBl1_48
2013-07-30 17:56:42 -07:00
package chroot
builder/amazon/chroot: new multistep API
2013-08-31 12:58:55 -07:00
import (
move multistep imports to helper. gomvpkg -from "github.com/mitchellh/multistep" -to "github.com/hashicorp/packer/helper/multistep"
2018-01-19 16:18:44 -08:00
"github.com/hashicorp/packer/helper/multistep"
builder/amazon/chroot: new multistep API
2013-08-31 12:58:55 -07:00
)
builder/amazon/chroot: switch func type to interface Was getting weird behavior... see https://groups.google.com/d/msg/golang-nuts/a1kymwSVt2M/FwcCuBl1_48
2013-07-30 17:56:42 -07:00
// Cleanup is an interface that some steps implement for early cleanup.
type Cleanup interface {
builder/amazon/chroot: new multistep API
2013-08-31 12:58:55 -07:00
CleanupFunc(multistep.StateBag) error
builder/amazon/chroot: switch func type to interface Was getting weird behavior... see https://groups.google.com/d/msg/golang-nuts/a1kymwSVt2M/FwcCuBl1_48
2013-07-30 17:56:42 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 121ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API