package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Oct 20, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Page[T any] struct {
Page int32 `json:"pageNum"`
Size int32 `json:"pageSize"`
Total int64 `json:"total"`
Data []T `json:"data"`
}
func Map[T, R any](p *Page[T], iteratee func(item T, index int) R) *Page[R]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.