Update backend Client model

This commit is contained in:
Alireza Ahmadi
2023-03-02 12:54:38 +01:00
parent f87dad254b
commit 33f354c71c

View File

@@ -68,9 +68,10 @@ type Setting struct {
type Client struct {
ID string `json:"id"`
Password string `json:"password"`
Flow string `json:"flow"`
AlterIds uint16 `json:"alterId"`
Email string `json:"email"`
Security string `json:"security"`
TotalGB int64 `json:"totalGB" form:"totalGB"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
}