Files
Packer-Cn/builder/azure/chroot/const.go
T

7 lines
104 B
Go
Raw Normal View History

2020-03-25 20:26:33 +00:00
package chroot
const (
2020-04-29 18:28:52 +00:00
stateBagKey_Diskset = "diskset"
stateBagKey_Snapshotset = "snapshotset"
2020-03-25 20:26:33 +00:00
)