separate addons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package request
|
||||
|
||||
type PageFilter struct {
|
||||
Page uint64 `form:"page"`
|
||||
Limit uint64 `form:"limit"`
|
||||
Page uint64 `form:"page"`
|
||||
PerPage uint64 `form:"per_page"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user