Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page[T interface{}] struct { Empty bool `json:"empty"` First bool `json:"first"` Last bool `json:"last"` Number int `json:"number"` NumberOfElements int `json:"numberOfElements"` Size int `json:"size"` TotalElements int64 `json:"totalElements"` TotalPages int `json:"totalPages"` Content []*T `json:"content"` Extra any `json:"extra" describe:"额外信息"` }
Click to show internal directories.
Click to hide internal directories.