package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 8, 2025
License: MIT
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 ErrorResponse struct {
Code string `json:"code"`
Message interface{} `json:"message,omitempty"`
}
type PagedResult[T any] struct {
TotalItems int64 `json:"totalItems"`
PageNumber int `json:"pageNumber"`
PageSize int64 `json:"pageSize"`
Items []T `json:"items"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.