mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
remove unused structure
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
4fca34f7b5
commit
6a404ed6e8
1 changed files with 0 additions and 10 deletions
|
@ -14,16 +14,6 @@ type Msg struct {
|
||||||
Obj interface{} `json:"obj"`
|
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 {
|
type AllSetting struct {
|
||||||
WebListen string `json:"webListen" form:"webListen"`
|
WebListen string `json:"webListen" form:"webListen"`
|
||||||
WebDomain string `json:"webDomain" form:"webDomain"`
|
WebDomain string `json:"webDomain" form:"webDomain"`
|
||||||
|
|
Loading…
Reference in a new issue