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
|
||
|
}
|