# 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.
NewCreateDealRequest calls the generic CreateDeal builder with application/json body.
NewCreateDealRequestWithBody generates requests for CreateDeal with any type of body.
NewDeleteDealByIdRequest generates requests for DeleteDealById.
NewGetDealByIdRequest generates requests for GetDealById.
NewGetDealsRequest generates requests for GetDeals.
NewSearchDealsRequest calls the generic SearchDeals builder with application/json body.
NewSearchDealsRequestWithBody generates requests for SearchDeals with any type of body.
NewUpdateDealRequest calls the generic UpdateDeal builder with application/json body.
NewUpdateDealRequestWithBody generates requests for UpdateDeal with any type of body.
ParseCreateDealResponse parses an HTTP response from a CreateDealWithResponse call.
ParseDeleteDealByIdResponse parses an HTTP response from a DeleteDealByIdWithResponse call.
ParseGetDealByIdResponse parses an HTTP response from a GetDealByIdWithResponse call.
ParseGetDealsResponse parses an HTTP response from a GetDealsWithResponse call.
ParseSearchDealsResponse parses an HTTP response from a SearchDealsWithResponse call.
ParseUpdateDealResponse parses an HTTP response from a UpdateDealWithResponse 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 CreateDealJSONBodyAssociationsTypesAssociationCategory.
Defines values for CreateDealJSONBodyAssociationsTypesAssociationCategory.
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 CreateDealJSONBodyAssociationsTypesAssociationCategory.
Defines values for CreateDealJSONBodyAssociationsTypesAssociationCategory.
# Structs
AssociationResponse defines model for AssociationResponse.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateDealJSONBody defines parameters for CreateDeal.
No description provided by the author
DealResponse defines model for DealResponse.
DealsResponse defines model for DealsResponse.
No description provided by the author
Filter defines model for Filter.
GetDealByIdParams defines parameters for GetDealById.
No description provided by the author
GetDealsParams defines parameters for GetDeals.
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.
SearchDealsJSONBody defines parameters for SearchDeals.
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
UpdateDealJSONBody defines parameters for UpdateDeal.
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.
CreateDealJSONBodyAssociationsTypesAssociationCategory defines parameters for CreateDeal.
CreateDealJSONRequestBody defines body for CreateDeal 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.
SearchDealsJSONRequestBody defines body for SearchDeals for application/json ContentType.
UpdateDealJSONRequestBody defines body for UpdateDeal for application/json ContentType.