feat(users) add async handler for reset used space

This commit is contained in:
hexxa 2022-03-09 15:29:38 +08:00 committed by Hexxa
parent e05ef9b5fd
commit 4dcd2c56ca
8 changed files with 142 additions and 4 deletions

View file

@ -9,7 +9,9 @@ import (
"github.com/ihexxa/quickshare/src/worker"
)
const MsgTypeSha1 = "sha1"
const (
MsgTypeSha1 = "sha1"
)
type Sha1Params struct {
FilePath string