mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
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