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 'web/entity/entity.go')
-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"`