You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/packer-plugin-sdk/chroot/interpolate_context_provide...

8 lines
173 B

package chroot
import "github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate"
type interpolateContextProvider interface {
GetContext() interpolate.Context
}