summaryrefslogtreecommitdiff
path: root/table.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 20:13:12 -0600
committerJeff Carr <[email protected]>2025-02-13 20:13:12 -0600
commit874453d685b01978ead14db103cccc433931c4b0 (patch)
tree21a0731400a5466efb65ca4b59fd5ad0d9884906 /table.proto
parent9a2f103589f2793461bfaa1ce446f7922306f6f0 (diff)
add marshal linesv0.0.1
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;