package
Version:
v0.1.39
Opens a new window with list of versions in this module.
Published: Oct 29, 2023
License: GPL-3.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 ListResult[T any] struct {
Data []T `json:"data"`
EndPage int `json:"end_page"`
}
type QueryOpts struct {
Page int `json:"page"`
Size int `json:"size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.