feat: update
This commit is contained in:
@@ -2,10 +2,10 @@ package requests
|
||||
|
||||
import "github.com/samber/lo"
|
||||
|
||||
type Pager[T any] struct {
|
||||
type Pager struct {
|
||||
Pagination ` json:",inline"`
|
||||
Total int64 `json:"total"`
|
||||
Items []T `json:"items"`
|
||||
Items any `json:"items"`
|
||||
}
|
||||
|
||||
type Pagination struct {
|
||||
|
||||
Reference in New Issue
Block a user