# Functions
GetSwagger returns the Swagger specification corresponding to the generated code in this file.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateTicketRequest calls the generic CreateTicket builder with application/json body.
NewCreateTicketRequestWithBody generates requests for CreateTicket with any type of body.
NewDeleteTicketByIdRequest generates requests for DeleteTicketById.
NewGetTicketByIdRequest generates requests for GetTicketById.
NewGetTicketsRequest generates requests for GetTickets.
NewSearchTicketsRequest calls the generic SearchTickets builder with application/json body.
NewSearchTicketsRequestWithBody generates requests for SearchTickets with any type of body.
NewUpdateTicketRequest calls the generic UpdateTicket builder with application/json body.
NewUpdateTicketRequestWithBody generates requests for UpdateTicket with any type of body.
ParseCreateTicketResponse parses an HTTP response from a CreateTicketWithResponse call.
ParseDeleteTicketByIdResponse parses an HTTP response from a DeleteTicketByIdWithResponse call.
ParseGetTicketByIdResponse parses an HTTP response from a GetTicketByIdWithResponse call.
ParseGetTicketsResponse parses an HTTP response from a GetTicketsWithResponse call.
ParseSearchTicketsResponse parses an HTTP response from a SearchTicketsWithResponse call.
ParseUpdateTicketResponse parses an HTTP response from a UpdateTicketWithResponse call.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
RegisterHandlers adds each server route to the EchoRouter.
Registers handlers, and prepends BaseURL to the paths, so that the paths can be served under a prefix.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for CreateTicketJSONBodyAssociationsTypesAssociationCategory.
Defines values for CreateTicketJSONBodyAssociationsTypesAssociationCategory.
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for FilterOperator.
Defines values for FilterOperator.
No description provided by the author
Defines values for CreateTicketJSONBodyAssociationsTypesAssociationCategory.
Defines values for CreateTicketJSONBodyAssociationsTypesAssociationCategory.
# Structs
AssociationResponse defines model for AssociationResponse.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateTicketJSONBody defines parameters for CreateTicket.
No description provided by the author
No description provided by the author
Filter defines model for Filter.
GetTicketByIdParams defines parameters for GetTicketById.
No description provided by the author
GetTicketsParams defines parameters for GetTickets.
No description provided by the author
ObjectAssociationsResponse defines model for ObjectAssociationsResponse.
Paging defines model for Paging.
PagingNext defines model for PagingNext.
PropertyHistory defines model for PropertyHistory.
SearchTicketsJSONBody defines parameters for SearchTickets.
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
TicketResponse defines model for TicketResponse.
TicketsResponse defines model for TicketsResponse.
UpdateTicketJSONBody defines parameters for UpdateTicket.
No description provided by the author
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
This is a simple interface which specifies echo.Route addition functions which are present on both echo.Echo and echo.Group, since we want to allow using either of them for path registration.
Doer performs HTTP requests.
ServerInterface represents all server handlers.
# Type aliases
Archived defines model for Archived.
Associations defines model for Associations.
ClientOption allows setting custom parameters during construction.
CreateTicketJSONBodyAssociationsTypesAssociationCategory defines parameters for CreateTicket.
CreateTicketJSONRequestBody defines body for CreateTicket for application/json ContentType.
FilterGroups defines model for FilterGroups.
FilterOperator defines model for Filter.Operator.
Properties defines model for Properties.
PropertiesWithHistory defines model for PropertiesWithHistory.
RequestEditorFn is the function signature for the RequestEditor callback function.
SearchTicketsJSONRequestBody defines body for SearchTickets for application/json ContentType.
UpdateTicketJSONRequestBody defines body for UpdateTicket for application/json ContentType.