summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-20 03:14:22 -0600
committerJeff Carr <[email protected]>2025-02-20 03:23:14 -0600
commitda17ecbc1bb0738e20010559f13291256ae33b21 (patch)
tree75ee3ac1132a006821b6796b0ec1379c362e32f4
parentfffda49ddcf09e023f5ab0f14309e5ceba992a09 (diff)
any proto attempt works for timev0.0.4
-rw-r--r--widget.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget.proto b/widget.proto
index 6986617..5387413 100644
--- a/widget.proto
+++ b/widget.proto
@@ -27,11 +27,11 @@ message Widget {
int64 id = 1;
string name = 2;
int64 size = 3;
+ google.protobuf.Any val = 4;
// Size size = 3;
// Location location = 4;
// string color = 5;
// google.protobuf.Any TK = 6;
- // google.protobuf.Any val = 7;
}
message Widgets {