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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 23:05:42 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 23:05:42 +0300
commit6a404ed6e8abeacbc6eb44537e87684521480d20 (patch)
tree2979e3fb2667b151d13e326d6c2e633c616e68d0 /web/entity
parent4fca34f7b55a1fbf46159ce5601433fcae1adc1c (diff)
remove unused structure
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/entity')
-rw-r--r--web/entity/entity.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/web/entity/entity.go b/web/entity/entity.go
index 1c90305e..2c7b39ca 100644
--- a/web/entity/entity.go
+++ b/web/entity/entity.go
@@ -14,16 +14,6 @@ type Msg struct {
Obj interface{} `json:"obj"`
}
-type Pager struct {
- Current int `json:"current"`
- PageSize int `json:"page_size"`
- Total int `json:"total"`
- OrderBy string `json:"order_by"`
- Desc bool `json:"desc"`
- Key string `json:"key"`
- List interface{} `json:"list"`
-}
-
type AllSetting struct {
WebListen string `json:"webListen" form:"webListen"`
WebDomain string `json:"webDomain" form:"webDomain"`