feat(users) add async handler for reset used space
This commit is contained in:
parent
e05ef9b5fd
commit
4dcd2c56ca
8 changed files with 142 additions and 4 deletions
|
@ -9,7 +9,9 @@ import (
|
|||
"github.com/ihexxa/quickshare/src/worker"
|
||||
)
|
||||
|
||||
const MsgTypeSha1 = "sha1"
|
||||
const (
|
||||
MsgTypeSha1 = "sha1"
|
||||
)
|
||||
|
||||
type Sha1Params struct {
|
||||
FilePath string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue