summaryrefslogtreecommitdiff
path: root/book.proto
diff options
context:
space:
mode:
Diffstat (limited to 'book.proto')
-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;
}