Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UpdateVM = Type("UpdateVM", func() {
Attribute("id", UInt64, "ID of VM to update")
Attribute("vm", Any, "vm to update", func() {
Meta("struct:field:type", "*vm.Transient", "github.com/erikh/spin/pkg/vm")
})
Required("id", "vm")
})
UpdateVM is a type encapsulating a VM and an ID to update.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.