mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
add meta data to model
This commit is contained in:
@@ -75,4 +75,9 @@ type Client struct {
|
|||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
LimitIP int `json:"limitIp"`
|
LimitIP int `json:"limitIp"`
|
||||||
Security string `json:"security"`
|
Security string `json:"security"`
|
||||||
|
Up int64 `json:"up" form:"up"`
|
||||||
|
Down int64 `json:"down" form:"down"`
|
||||||
|
Total int64 `json:"total" form:"total"`
|
||||||
|
Enable bool `json:"enable" form:"enable"`
|
||||||
|
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user