wireguard-dashboard/http/param/base.go
2024-03-07 15:11:29 +08:00

7 lines
158 B
Go

package param
type page struct {
Current int `json:"current" form:"current" binding:"required"`
Size int `json:"size" form:"size" binding:"required"`
}