package
Version:
v1.7.2
Opens a new window with list of versions in this module.
Published: Dec 19, 2025
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CursorList[T, ID any] struct {
List []T `json:"list"`
Total uint `json:"total,omitempty"`
Cursor ID
HasMore bool `json:"hasMore"`
}
type List[T any] struct {
List []T `json:"list"`
Total uint `json:"total,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.