chore: add presign background service

This commit is contained in:
Steven
2024-05-02 22:08:45 +08:00
parent 05f73a2236
commit 74145157a0
7 changed files with 144 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ type FindResource struct {
Filename *string
MemoID *int32
HasRelatedMemo bool
StorageType *storepb.ResourceStorageType
Limit *int
Offset *int
}
@@ -55,6 +56,8 @@ type UpdateResource struct {
UpdatedTs *int64
Filename *string
MemoID *int32
Reference *string
Payload *storepb.ResourcePayload
}
type DeleteResource struct {