diff options
Diffstat (limited to 'pkg/machine/libvirt/config.go')
-rw-r--r-- | pkg/machine/libvirt/config.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/machine/libvirt/config.go b/pkg/machine/libvirt/config.go new file mode 100644 index 000000000..903f15fbc --- /dev/null +++ b/pkg/machine/libvirt/config.go @@ -0,0 +1,4 @@ +package libvirt + +type MachineVM struct { +} |