Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateTicketPayload ¶
type CreateTicketPayload struct {
Title string `json:"title" binding:"required" example:"task title"`
}
CreateTicketPayload defines the create payload.
type ListTicketQuery ¶
type ListTicketQuery struct { Page int `form:"page" default:"1" minimum:"1"` Size int `form:"size" default:"10" minimum:"1" maximum:"100"` }
ListTicketQuery defines the list query.
type UpdateTicketPayload ¶
UpdateTicketPayload defines the update payload.
Click to show internal directories.
Click to hide internal directories.