From 63a3d0dc2439802ca3bf8db92d095733db6b7b7e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 13:52:04 -0500 Subject: adding more table pb options --- example/fruit.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/fruit.proto b/example/fruit.proto index 4545e03..362c59b 100644 --- a/example/fruit.proto +++ b/example/fruit.proto @@ -21,8 +21,8 @@ message Apple { google.protobuf.Timestamp ctime = 3; // when the apple was born } -message Apples { - string name = 1; // `autogenpb:unique` // generates SortByxxx() and AppendUnique() functions +message Apples { // `autogenpb:gui:Apple` + string name = 1; // `autogenpb:unique` string genus = 2; // `autogenpb:unique` // generates same thing here but SortByGenus() repeated Apple apples = 3; } -- cgit v1.2.3