feat: vacuum records manually (#420)

This commit is contained in:
boojack
2022-11-06 12:21:58 +08:00
committed by GitHub
parent 4f10c12092
commit dc5d705f8c
17 changed files with 295 additions and 50 deletions

View File

@@ -40,18 +40,16 @@ type ResourceFind struct {
MemoID *int
}
type ResourceDelete struct {
ID int
// Standard fields
CreatorID int
}
type ResourcePatch struct {
ID int
// Standard fields
UpdatedTs *int64
// Domain specific fields
Filename *string `json:"filename"`
}
type ResourceDelete struct {
ID int
}