mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: implement memo property
This commit is contained in:
@@ -71,7 +71,7 @@ type FindMemo struct {
|
||||
// Domain specific fields
|
||||
ContentSearch []string
|
||||
VisibilityList []Visibility
|
||||
Tag *string
|
||||
PayloadFind *FindMemoPayload
|
||||
ExcludeContent bool
|
||||
ExcludeComments bool
|
||||
Random bool
|
||||
@@ -83,6 +83,11 @@ type FindMemo struct {
|
||||
OrderByPinned bool
|
||||
}
|
||||
|
||||
type FindMemoPayload struct {
|
||||
Raw *string
|
||||
Tag *string
|
||||
}
|
||||
|
||||
type UpdateMemo struct {
|
||||
ID int32
|
||||
UID *string
|
||||
@@ -91,7 +96,6 @@ type UpdateMemo struct {
|
||||
RowStatus *RowStatus
|
||||
Content *string
|
||||
Visibility *Visibility
|
||||
Tags *[]string
|
||||
Payload *storepb.MemoPayload
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user