mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 14:31:40 -04:00
8 lines
155 B
Go
8 lines
155 B
Go
package chroot
|
|
|
|
import "github.com/hashicorp/packer/template/interpolate"
|
|
|
|
type interpolateContextProvider interface {
|
|
GetContext() interpolate.Context
|
|
}
|