any proto attempt works for time

This commit is contained in:
Jeff Carr 2025-02-20 03:14:22 -06:00
parent fffda49ddc
commit da17ecbc1b
1 changed files with 1 additions and 1 deletions

View File

@ -27,11 +27,11 @@ message Widget {
int64 id = 1; int64 id = 1;
string name = 2; string name = 2;
int64 size = 3; int64 size = 3;
google.protobuf.Any val = 4;
// Size size = 3; // Size size = 3;
// Location location = 4; // Location location = 4;
// string color = 5; // string color = 5;
// google.protobuf.Any TK = 6; // google.protobuf.Any TK = 6;
// google.protobuf.Any val = 7;
} }
message Widgets { message Widgets {