|
@@ -3,9 +3,10 @@ package entity
|
|
|
import "github.com/mhaya/game/game_cluster/internal/mdb/models"
|
|
|
|
|
|
type WhitelistListReq struct {
|
|
|
- Page int `json:"page" binding:"required"`
|
|
|
- Size int `json:"size" binding:"required"`
|
|
|
- IP string `json:"ip"`
|
|
|
+ Page int `json:"page" binding:"required"`
|
|
|
+ Size int `json:"size" binding:"required"`
|
|
|
+ Count int64 `json:"count"`
|
|
|
+ IP string `json:"ip"`
|
|
|
}
|
|
|
|
|
|
type WhitelistListResp struct {
|