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

@@ -46,5 +46,8 @@ type ShortcutFind struct {
}
type ShortcutDelete struct {
ID int
ID *int
// Standard fields
CreatorID *int
}