chore: fix name comments

This commit is contained in:
johnnyjoy
2025-01-09 21:35:02 +08:00
parent 840b16f041
commit 5d40f38956
3 changed files with 6 additions and 6 deletions

View File

@@ -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 {