chore: get resource blob optional (#991)

This commit is contained in:
boojack
2023-01-25 16:11:02 +08:00
committed by GitHub
parent dd5a23e36e
commit 6c3ff6de63
4 changed files with 20 additions and 17 deletions

View File

@ -40,6 +40,7 @@ type ResourceFind struct {
// Domain specific fields
Filename *string `json:"filename"`
MemoID *int
GetBlob bool
}
type ResourcePatch struct {