changes for autogenpb
This commit is contained in:
parent
812fd3eb50
commit
2fc78f1c2a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue