forked from Silverfish/proton-bridge
GODT-1351: Cache and update of space bytes in user object.
This commit is contained in:
@ -31,7 +31,7 @@ import (
|
||||
|
||||
type storeUserProvider interface {
|
||||
UserID() string
|
||||
GetSpace() (usedSpace, maxSpace uint, err error)
|
||||
GetSpaceKB() (usedSpace, maxSpace uint32, err error)
|
||||
GetMaxUpload() (int64, error)
|
||||
|
||||
GetAddress(addressID string) (storeAddressProvider, error)
|
||||
|
||||
Reference in New Issue
Block a user