From 13a292dd42396f88c6e16d314cc8bb86828cb3b5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:24:24 -0600 Subject: autogenpb now fully automatic --- machine.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machine.proto') 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; -- cgit v1.2.3