mirror of
https://github.com/usememos/memos.git
synced 2025-02-21 05:40:57 +01:00
12 lines
172 B
Protocol Buffer
12 lines
172 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package memos.store;
|
|
|
|
option go_package = "gen/store";
|
|
|
|
message ActivityMemoCommentCreatePayload {
|
|
int32 memo_id = 1;
|
|
int32 user_id = 2;
|
|
int32
|
|
}
|