code cleanup
This commit is contained in:
parent
24106de378
commit
3a54e6899d
|
@ -24,8 +24,9 @@ type mountPathData struct {
|
||||||
// mount_path string - The location where the volume was mounted.
|
// mount_path string - The location where the volume was mounted.
|
||||||
// mount_device_cleanup CleanupFunc - To perform early cleanup
|
// mount_device_cleanup CleanupFunc - To perform early cleanup
|
||||||
type StepMountDevice struct {
|
type StepMountDevice struct {
|
||||||
mountPath string
|
|
||||||
MountOptions []string
|
MountOptions []string
|
||||||
|
|
||||||
|
mountPath string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *StepMountDevice) Run(state multistep.StateBag) multistep.StepAction {
|
func (s *StepMountDevice) Run(state multistep.StateBag) multistep.StepAction {
|
||||||
|
|
Loading…
Reference in New Issue