changes for autogenpb

This commit is contained in:
Jeff Carr 2025-02-08 19:01:16 -06:00
parent 812fd3eb50
commit 2fc78f1c2a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
// global settings for autogenpb `autogenpb:mutex`
message Machine { // `autogenpb:marshal`
string hostname = 1; // `autogenpb:unique`
string hostname = 1; // `autogenpb:unique` `autogenpb:sort`
int64 memory = 2;
int64 cpus = 3;
string distro = 4;