diff options
| author | Jeff Carr <[email protected]> | 2025-02-20 09:39:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-20 09:39:58 -0600 |
| commit | 8f6f85e51cc4dcc1ba4636e35a2369f92002bdd7 (patch) | |
| tree | 0895deeda83c1eb5cc34455bc95c6d2669cb9045 /machine.proto | |
| parent | 705800fb23a87bfa4fc71956fbe18cee411e3a2d (diff) | |
Diffstat (limited to 'machine.proto')
| -rw-r--r-- | machine.proto | 2 |
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; |
