diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:24:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:24:24 -0600 |
| commit | 13a292dd42396f88c6e16d314cc8bb86828cb3b5 (patch) | |
| tree | 13e76018b77d5d2b053ca9b3738180cbdc311308 /machine.proto | |
| parent | e4b150d6aae34ec3f4688c09711d0bfe2bcf4b41 (diff) | |
autogenpb now fully automatic
Diffstat (limited to 'machine.proto')
| -rw-r--r-- | machine.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto index 67bc697..b0bf5aa 100644 --- a/machine.proto +++ b/machine.proto @@ -5,6 +5,8 @@ package gitpb; import "package.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp +// global settings for autogenpb `autogenpb:mutex` + message Machine { // `autogenpb:marshal` string hostname = 1; // `autogenpb:unique` int64 memory = 2; |
