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:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-04 21:20:16 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-04 21:20:16 +0300
commita8b7063647c055988f3768a35af59ca391928b9b (patch)
treef6038c94629ec22f6c4c7ce507ef96fc16e56518 /database/model/model.go
parent729d8549e2b536a10c402a88e0d4cfde9e4baf3f (diff)
auto renew feature #1286
Diffstat (limited to 'database/model/model.go')
-rw-r--r--database/model/model.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/model/model.go b/database/model/model.go
index 087e8b07..c9f9c105 100644
--- a/database/model/model.go
+++ b/database/model/model.go
@@ -83,4 +83,5 @@ type Client struct {
Enable bool `json:"enable" form:"enable"`
TgID string `json:"tgId" form:"tgId"`
SubID string `json:"subId" form:"subId"`
+ Reset int `json:"reset" form:"reset"`
}