summaryrefslogtreecommitdiff
path: root/machine.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 09:39:58 -0600
committerJeff Carr <[email protected]>2025-02-20 09:39:58 -0600
commit8f6f85e51cc4dcc1ba4636e35a2369f92002bdd7 (patch)
tree0895deeda83c1eb5cc34455bc95c6d2669cb9045 /machine.proto
parent705800fb23a87bfa4fc71956fbe18cee411e3a2d (diff)
switch to autogenpb gui codev0.0.35v0.0.34v0.0.33v0.0.32
Diffstat (limited to 'machine.proto')
-rw-r--r--machine.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/machine.proto b/machine.proto
index ebb9c9f..fa3a9a5 100644
--- a/machine.proto
+++ b/machine.proto
@@ -20,7 +20,7 @@ message Machine { // `autogenpb:marshal`
string userAgent = 10;
}
-message Machines { // `autogenpb:marshal`
+message Machines { // `autogenpb:marshal` `autogenpb:gui`
string uuid = 1; // `autogenpb:uuid:b57e7fac-a8fc-4949-9d50-fa38312dec87`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Machine machines = 3;