mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: initial inbox store model
This commit is contained in:
12
proto/store/inbox.proto
Normal file
12
proto/store/inbox.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package memos.store;
|
||||
|
||||
option go_package = "gen/store";
|
||||
|
||||
message InboxMessage {
|
||||
string title = 1;
|
||||
string content = 2;
|
||||
string link = 3;
|
||||
optional int32 activity_id = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user