feat: add /api/tag (#82)

This commit is contained in:
Steven
2022-06-21 21:58:33 +08:00
committed by GitHub
parent cc54be0d1d
commit 9f81362027
6 changed files with 108 additions and 7 deletions

View File

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