summaryrefslogtreecommitdiff
path: root/table.proto
diff options
context:
space:
mode:
Diffstat (limited to 'table.proto')
-rw-r--r--table.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.proto b/table.proto
index 8acf6e9..3bbb70d 100644
--- a/table.proto
+++ b/table.proto
@@ -30,7 +30,7 @@ message BoolRow {
repeated Widget widgets = 2; //
}
-message Table {
+message Table { // `autogenpb:marshal`
repeated string order = 1;
repeated StringRow StringRows = 2;
repeated IntRow IntRows = 3;
@@ -38,7 +38,7 @@ message Table {
repeated BoolRow BoolRows = 5;
}
-message Tables {
+message Tables { // `autogenpb:marshal`
string uuid = 1; // `autogenpb:uuid:c328aa62-3c4f-4d00-9244-cc44ae75ab1b`
string version = 2; // `autogenpb:version:v1`
repeated Table Tables = 3;