feat: add memo resource apis

This commit is contained in:
steven
2022-09-30 22:58:59 +08:00
parent 3bde9543f3
commit 4c465bef2d
4 changed files with 82 additions and 1 deletions

View File

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