# 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.
NewCreateAssociationRequest calls the generic CreateAssociation builder with application/json body.
NewCreateAssociationRequestWithBody generates requests for CreateAssociation with any type of body.
NewCreateCustomObjectSchemaRequest calls the generic CreateCustomObjectSchema builder with application/json body.
NewCreateCustomObjectSchemaRequestWithBody generates requests for CreateCustomObjectSchema with any type of body.
NewDeleteAssociationRequest generates requests for DeleteAssociation.
NewDeleteSchemaRequest generates requests for DeleteSchema.
NewGetExistingObjectSchemaRequest generates requests for GetExistingObjectSchema.
NewGetObjectSchemasRequest generates requests for GetObjectSchemas.
NewUpdateSchemaRequest calls the generic UpdateSchema builder with application/json body.
NewUpdateSchemaRequestWithBody generates requests for UpdateSchema with any type of body.
ParseCreateAssociationResponse parses an HTTP response from a CreateAssociationWithResponse call.
ParseCreateCustomObjectSchemaResponse parses an HTTP response from a CreateCustomObjectSchemaWithResponse call.
ParseDeleteAssociationResponse parses an HTTP response from a DeleteAssociationWithResponse call.
ParseDeleteSchemaResponse parses an HTTP response from a DeleteSchemaWithResponse call.
ParseGetExistingObjectSchemaResponse parses an HTTP response from a GetExistingObjectSchemaWithResponse call.
ParseGetObjectSchemasResponse parses an HTTP response from a GetObjectSchemasWithResponse call.
ParseUpdateSchemaResponse parses an HTTP response from a UpdateSchemaWithResponse 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
No description provided by the author
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateAssociationJSONBody defines parameters for CreateAssociation.
No description provided by the author
No description provided by the author
No description provided by the author
DeleteSchemaParams defines parameters for DeleteSchema.
No description provided by the author
No description provided by the author
GetObjectSchemasParams defines parameters for GetObjectSchemas.
No description provided by the author
SchemaLabels defines model for SchemaLabels.
SchemaRequestBody defines model for SchemaRequestBody.
ServerInterfaceWrapper converts echo contexts to parameters.
UpdateSchemaJSONBody defines parameters for UpdateSchema.
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
ClientOption allows setting custom parameters during construction.
CreateAssociationJSONRequestBody defines body for CreateAssociation for application/json ContentType.
CreateCustomObjectSchemaJSONRequestBody defines body for CreateCustomObjectSchema for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.
SchemaProperties defines model for SchemaProperties.
SchemaPropertiesOptions defines model for SchemaPropertiesOptions.
UpdateSchemaJSONRequestBody defines body for UpdateSchema for application/json ContentType.