Skip to content

Commit

Permalink
remove unused structure
Browse files Browse the repository at this point in the history
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
  • Loading branch information
MHSanaei and alireza0 committed Dec 4, 2023
1 parent 4fca34f commit 6a404ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web/entity/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 6a404ed

Please sign in to comment.