test(ui): refactor all tests
This commit is contained in:
parent
dc3783a091
commit
f2dd36c630
12 changed files with 534 additions and 701 deletions
|
@ -34,7 +34,7 @@ func IsReachedLimitErr(err error) bool {
|
|||
}
|
||||
|
||||
type Quota struct {
|
||||
SpaceLimit int64 `json:"spaceLimit,space"`
|
||||
SpaceLimit int64 `json:"spaceLimit,string"`
|
||||
UploadSpeedLimit int `json:"uploadSpeedLimit"`
|
||||
DownloadSpeedLimit int `json:"downloadSpeedLimit"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue