mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: find memo by tag (#74)
This commit is contained in:
@@ -42,7 +42,8 @@ type MemoFind struct {
|
||||
CreatorID *int `json:"creatorId"`
|
||||
|
||||
// Domain specific fields
|
||||
Pinned *bool
|
||||
Pinned *bool
|
||||
Tag *string
|
||||
}
|
||||
|
||||
type MemoDelete struct {
|
||||
|
Reference in New Issue
Block a user