package
0.0.0-20240321163525-a7d6750cd4c1
Repository: https://github.com/joaosoft/swagger.git
Documentation: pkg.go.dev
# Functions
GetErrorByID example @Summary Returns the error definition @Description Returns the error definition @ID get-error-by-id @Accept json @Produce json @Param id_error query int true "Error ID" @Success 200 {object} ErrorResponse "ok" @Success 204 {string} string "ok" @Router /errors [get].
GetPersonAddressByIDRequest example @Summary Get the person address.
GetPersonByIDRequest example @Summary Get person by id.
# Structs
AddressResponse is an struct that contains the address information.
ErrorResponse is an error that is used when the required input fails validation.
GetPersonAddressByIDRequest.
GetPersonByIDRequest.
PersonResponse is an struct that contains the person information.