summaryrefslogtreecommitdiff
path: root/package.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:24:24 -0600
committerJeff Carr <[email protected]>2024-12-01 22:24:24 -0600
commit13a292dd42396f88c6e16d314cc8bb86828cb3b5 (patch)
tree13e76018b77d5d2b053ca9b3738180cbdc311308 /package.proto
parente4b150d6aae34ec3f4688c09711d0bfe2bcf4b41 (diff)
autogenpb now fully automatic
Diffstat (limited to 'package.proto')
-rw-r--r--package.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.proto b/package.proto
index d56a957..9dc301b 100644
--- a/package.proto
+++ b/package.proto
@@ -5,6 +5,8 @@ package gitpb;
// import "google/protobuf/duration.proto"; // Import the well-known type for Timestamp
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
+// global settings for autogenpb `autogenpb:mutex`
+
message Package {
string name = 1; // `autogenpb:unique` // name: zookeeper-go
string version = 2; // version: 0.0.3