chore: find memo by tag (#74)

This commit is contained in:
STEVEN
2022-06-14 23:09:03 +08:00
committed by GitHub
parent 8df0711f80
commit 164873b344
4 changed files with 18 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ type MemoFind struct {
CreatorID *int `json:"creatorId"`
// Domain specific fields
Pinned *bool
Pinned *bool
Tag *string
}
type MemoDelete struct {