This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
packer-cn
Watch
1
Star
0
Fork
You've already forked packer-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e0e82e2192
packer-cn
/
builder
/
azure
/
chroot
/
const.go
7 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
Use const for statebag key
2020-03-25 16:26:33 -04:00
package
chroot
const
(
create snapshots for all disks in a diskset
2020-04-29 14:28:52 -04:00
stateBagKey_Diskset
=
"diskset"
stateBagKey_Snapshotset
=
"snapshotset"
Use const for statebag key
2020-03-25 16:26:33 -04:00
)