mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-01 21:10:58 -05: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
|
||
|
|
}
|