v15.5.0
v15.5.0
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
package hypervisors
|
||||
|
||||
// Information about a version
|
||||
type RecordVersion struct {
|
||||
// Version ID
|
||||
VersionID uint64 `json:"version_id"`
|
||||
}
|
||||
|
||||
// Main information about hypervisor
|
||||
type RecordHypervisor struct {
|
||||
// Created at
|
||||
|
||||
Reference in New Issue
Block a user