package
Version:
v0.0.0-...-7d5947c
Opens a new window with list of versions in this module.
Published: Mar 7, 2024
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 ErrorDetail struct {
Field string `json:"field"`
Message string `json:"message"`
}
type ErrorResponse struct {
Error string `json:"error"`
Details []ErrorDetail `json:"details,omitempty"`
}
type ListView[T any] struct {
List []T `json:"list"`
Page int `json:"page"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.