diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 19:07:49 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-17 19:07:49 +0300 |
| commit | 96786c94189f3d2f3f04c1915529c786228bdf42 (patch) | |
| tree | 879085e09a3cd485f3246f46be907fe77eb84a1a /database/model/model.go | |
| parent | bc56e637376142c370c31b17558fc3778a863bd2 (diff) | |
alireza
Diffstat (limited to 'database/model/model.go')
| -rw-r--r-- | database/model/model.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/database/model/model.go b/database/model/model.go index f0036bdb..606b922c 100644 --- a/database/model/model.go +++ b/database/model/model.go @@ -73,10 +73,11 @@ 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"` } |
