package
Version:
v0.0.1-preview
Opens a new window with list of versions in this module.
Published: May 12, 2024
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 PageableData[T any] struct {
List []T `json:"list"`
Total int64 `json:"total"`
}
type PageableUsers struct {
List []*model.User `json:"list"`
Total int64 `json:"total"`
}
type SimpleApi struct {
Method string `json:"method"`
Path string `json:"path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.