diff options
| author | Jeff Carr <[email protected]> | 2025-09-02 17:47:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-02 17:47:43 -0500 |
| commit | 0bf0fe3b01dfeafb38c25e4f25f631833df97c51 (patch) | |
| tree | 908a0a60878b9f15d3cafaa1a0c75f7692ff4956 | |
| parent | aa2483e255d68bfa6e19aae7531d2c28fb2f1253 (diff) | |
make a books window
| -rw-r--r-- | book.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |
