summaryrefslogtreecommitdiff
path: root/hypervisor.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 00:06:11 -0500
committerJeff Carr <[email protected]>2025-10-07 00:06:11 -0500
commit4ac9068e29207cc15b7ec5bfde8d0380339b2b1f (patch)
tree4a05b433c0628889d1b5a393d63274521a645d26 /hypervisor.proto
parente6fb7352ae3b5e492880a301a2aff5f728302c09 (diff)
add pb.Save() and pb.Load()v0.2.52
Diffstat (limited to 'hypervisor.proto')
-rw-r--r--hypervisor.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/hypervisor.proto b/hypervisor.proto
index 55154dd..3b369b6 100644
--- a/hypervisor.proto
+++ b/hypervisor.proto
@@ -7,6 +7,7 @@ message Hypervisors { // `autogenpb:marshal`
string uuid = 1; // `autogenpb:uuid:6e3aa8b9-cf98-40f6-af58-3c6ad1edf4d4`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Hypervisor hypervisors = 3;
+ string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}
message Hypervisor {