mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-11 01:30:06 -04:00
Applied correct source format (got fmt) to builder\virtualbox\common\driver_mock.go
This commit is contained in:
parent
51e5ae69db
commit
225a140055
1 changed files with 8 additions and 8 deletions
|
|
@ -46,16 +46,16 @@ type DriverMock struct {
|
|||
VersionResult string
|
||||
VersionErr error
|
||||
|
||||
LoadSnapshotsCalled []string
|
||||
LoadSnapshotsResult *VBoxSnapshot
|
||||
CreateSnapshotCalled []string
|
||||
CreateSnapshotError error
|
||||
HasSnapshotsCalled []string
|
||||
HasSnapshotsResult bool
|
||||
LoadSnapshotsCalled []string
|
||||
LoadSnapshotsResult *VBoxSnapshot
|
||||
CreateSnapshotCalled []string
|
||||
CreateSnapshotError error
|
||||
HasSnapshotsCalled []string
|
||||
HasSnapshotsResult bool
|
||||
GetCurrentSnapshotCalled []string
|
||||
GetCurrentSnapshotResult *VBoxSnapshot
|
||||
SetSnapshotCalled []*VBoxSnapshot
|
||||
DeleteSnapshotCalled []*VBoxSnapshot
|
||||
SetSnapshotCalled []*VBoxSnapshot
|
||||
DeleteSnapshotCalled []*VBoxSnapshot
|
||||
}
|
||||
|
||||
func (d *DriverMock) CreateSATAController(vm string, controller string, portcount int) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue