package
Version:
v0.25.0
Opens a new window with list of versions in this module.
Published: Sep 10, 2025
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 GetById struct {
Id int `header:"id" param:"id" form:"id" query:"id" json:"id" xml:"id" validate:"required"`
}
type GetByIdUUID struct {
Id uuid.UUID `header:"id" param:"id" form:"id" query:"id" json:"id" xml:"id" validate:"required_uuid"`
}
type PageData struct {
PageNumber int ``
PageSize int ``
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.