summaryrefslogtreecommitdiff
path: root/machine.proto
diff options
context:
space:
mode:
Diffstat (limited to 'machine.proto')
-rw-r--r--machine.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/machine.proto b/machine.proto
index c0f6c48..9cca303 100644
--- a/machine.proto
+++ b/machine.proto
@@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
// global settings for autogenpb `autogenpb:mutex`
-message Machine { // `autogenpb:marshal`
+message Machine { // `autogenpb:marshal` `autogenpb:http`
string hostname = 1; // `autogenpb:unique` `autogenpb:sort`
int64 memory = 2;
int64 cpus = 3;
@@ -23,7 +23,7 @@ message Machine { // `autogenpb:marshal`
string upgradeCmd = 13; // upgrade cmd
}
-message Machines { // `autogenpb:marshal` `autogenpb:gui`
+message Machines { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:b57e7fac-a8fc-4949-9d50-fa38312dec87`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Machine machines = 3;