mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix name comments
This commit is contained in:
@@ -8,11 +8,11 @@ option go_package = "gen/api/v1";
|
||||
|
||||
message MemoRelation {
|
||||
// The name of memo.
|
||||
// Format: "memos/{uid}"
|
||||
// Format: "memos/{id}"
|
||||
Memo memo = 1;
|
||||
|
||||
// The name of related memo.
|
||||
// Format: "memos/{uid}"
|
||||
// Format: "memos/{id}"
|
||||
Memo related_memo = 2;
|
||||
|
||||
enum Type {
|
||||
|
Reference in New Issue
Block a user