packer-cn/hcl2template/types.kv.go

9 lines
126 B
Go
Raw Normal View History

//go:generate mapstructure-to-hcl2 -type KeyValue
package hcl2template
type KeyValue struct {
Key string
Value string
}