# 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.
NewCreateLineItemRequest calls the generic CreateLineItem builder with application/json body.
NewCreateLineItemRequestWithBody generates requests for CreateLineItem with any type of body.
NewDeleteLineItemByIdRequest generates requests for DeleteLineItemById.
NewGetLineItemByIdRequest generates requests for GetLineItemById.
NewGetLineItemsRequest generates requests for GetLineItems.
NewSearchLineItemsRequest calls the generic SearchLineItems builder with application/json body.
NewSearchLineItemsRequestWithBody generates requests for SearchLineItems with any type of body.
NewUpdateLineItemRequest calls the generic UpdateLineItem builder with application/json body.
NewUpdateLineItemRequestWithBody generates requests for UpdateLineItem with any type of body.
ParseCreateLineItemResponse parses an HTTP response from a CreateLineItemWithResponse call.
ParseDeleteLineItemByIdResponse parses an HTTP response from a DeleteLineItemByIdWithResponse call.
ParseGetLineItemByIdResponse parses an HTTP response from a GetLineItemByIdWithResponse call.
ParseGetLineItemsResponse parses an HTTP response from a GetLineItemsWithResponse call.
ParseSearchLineItemsResponse parses an HTTP response from a SearchLineItemsWithResponse call.
ParseUpdateLineItemResponse parses an HTTP response from a UpdateLineItemWithResponse 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 CreateLineItemJSONBodyAssociationsTypesAssociationCategory.
Defines values for CreateLineItemJSONBodyAssociationsTypesAssociationCategory.
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 CreateLineItemJSONBodyAssociationsTypesAssociationCategory.
Defines values for CreateLineItemJSONBodyAssociationsTypesAssociationCategory.
# Structs
AssociationResponse defines model for AssociationResponse.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateLineItemJSONBody defines parameters for CreateLineItem.
No description provided by the author
No description provided by the author
Filter defines model for Filter.
GetLineItemByIdParams defines parameters for GetLineItemById.
No description provided by the author
GetLineItemsParams defines parameters for GetLineItems.
No description provided by the author
LineItemResponse defines model for LineItemResponse.
LineItemsResponse defines model for LineItemsResponse.
ObjectAssociationsResponse defines model for ObjectAssociationsResponse.
Paging defines model for Paging.
PagingNext defines model for PagingNext.
PropertyHistory defines model for PropertyHistory.
SearchLineItemsJSONBody defines parameters for SearchLineItems.
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
UpdateLineItemJSONBody defines parameters for UpdateLineItem.
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.
CreateLineItemJSONBodyAssociationsTypesAssociationCategory defines parameters for CreateLineItem.
CreateLineItemJSONRequestBody defines body for CreateLineItem 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.
SearchLineItemsJSONRequestBody defines body for SearchLineItems for application/json ContentType.
UpdateLineItemJSONRequestBody defines body for UpdateLineItem for application/json ContentType.