diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 23:05:42 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 23:05:42 +0300 |
| commit | 6a404ed6e8abeacbc6eb44537e87684521480d20 (patch) | |
| tree | 2979e3fb2667b151d13e326d6c2e633c616e68d0 /web/entity/entity.go | |
| parent | 4fca34f7b55a1fbf46159ce5601433fcae1adc1c (diff) | |
remove unused structure
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/entity/entity.go')
| -rw-r--r-- | web/entity/entity.go | 10 |
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"` |
