summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-02 17:47:43 -0500
committerJeff Carr <[email protected]>2025-09-02 17:47:43 -0500
commit0bf0fe3b01dfeafb38c25e4f25f631833df97c51 (patch)
tree908a0a60878b9f15d3cafaa1a0c75f7692ff4956
parentaa2483e255d68bfa6e19aae7531d2c28fb2f1253 (diff)
make a books window
-rw-r--r--book.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/book.proto b/book.proto
index 526ec42..cb34151 100644
--- a/book.proto
+++ b/book.proto
@@ -21,4 +21,6 @@ message Books { // `autogenpb:marsha
string uuid = 1; // `autogenpb:uuid:8b6409ad-4498-43a6-b09a-7835c00dcb9a`
string version = 2; // `autogenpb:version:v0.0.1`
repeated Book Books = 3; // THIS MUST BE Chat and then Chats
+ google.protobuf.Timestamp ctime = 4;
+ string Title = 5;
}