mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update
This commit is contained in:
11
proto/store/activity.proto
Normal file
11
proto/store/activity.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package memos.store;
|
||||
|
||||
option go_package = "gen/store";
|
||||
|
||||
message ActivityMemoCommentCreatePayload {
|
||||
int32 memo_id = 1;
|
||||
int32 user_id = 2;
|
||||
int32
|
||||
}
|
Reference in New Issue
Block a user