diff options
| author | MHSanaei <33454419+MHSanaei@users.noreply.github.com> | 2023-03-23 22:52:50 +0300 |
|---|---|---|
| committer | MHSanaei <33454419+MHSanaei@users.noreply.github.com> | 2023-03-23 22:52:50 +0300 |
| commit | 5ef8a5a37ec7e6b7df710fa61b0324ab5a6617ab (patch) | |
| tree | 8356d79072560de703f6dbc1d26fa5d51a6d5ac1 /database/model/model.go | |
| parent | c49a9e877cb8481a98564b45f3462f8f73189f6e (diff) | |
old designv1.0.9
Diffstat (limited to 'database/model/model.go')
| -rw-r--r-- | database/model/model.go | 3 |
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"` } |
