package
Version:
v0.0.0-...-8ad27d5
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: Apache-2.0
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
¶
Package query provides support for query paging.
type Result[T any] struct {
Items []T `json:"items"`
Total int `json:"total"`
Page int `json:"page"`
RowsPerPage int `json:"rowsPerPage"`
}
Result is the data model used when returning a query result.
NewResult constructs a result value to return query results.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.