table v1
This commit is contained in:
parent
b2cdb562af
commit
a68465cfdc
|
@ -10,7 +10,7 @@ import "widget.proto"; // Import the well-known type for Timestamp
|
|||
|
||||
|
||||
message StringRow {
|
||||
string header = 1; //
|
||||
Widget header = 1; //
|
||||
repeated string vals = 2; //
|
||||
repeated Widget widgets = 3; //
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue