Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'database/model')
-rw-r--r--database/model/model.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/database/model/model.go b/database/model/model.go
index 606b922c..f0036bdb 100644
--- a/database/model/model.go
+++ b/database/model/model.go
@@ -73,11 +73,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"`
LimitIP int `json:"limitIp"`
+ Security string `json:"security"`
TotalGB int64 `json:"totalGB" form:"totalGB"`
ExpiryTime int64 `json:"expiryTime" form:"expiryTime"`
}