# 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.
NewDeleteV1ProjectsProjectIdInstancesInstanceIdRequest generates requests for DeleteV1ProjectsProjectIdInstancesInstanceId.
NewDeleteV1ProjectsProjectIdInstancesInstanceIdUsersUserIdRequest generates requests for DeleteV1ProjectsProjectIdInstancesInstanceIdUsersUserId.
NewGetV1ProjectsProjectIdInstancesInstanceIdRequest generates requests for GetV1ProjectsProjectIdInstancesInstanceId.
NewGetV1ProjectsProjectIdInstancesInstanceIdUsersRequest generates requests for GetV1ProjectsProjectIdInstancesInstanceIdUsers.
NewGetV1ProjectsProjectIdInstancesInstanceIdUsersUserIdRequest generates requests for GetV1ProjectsProjectIdInstancesInstanceIdUsersUserId.
NewGetV1ProjectsProjectIdInstancesRequest generates requests for GetV1ProjectsProjectIdInstances.
NewPostV1ProjectsProjectIdInstancesInstanceIdUsersRequest calls the generic PostV1ProjectsProjectIdInstancesInstanceIdUsers builder with application/json body.
NewPostV1ProjectsProjectIdInstancesInstanceIdUsersRequestWithBody generates requests for PostV1ProjectsProjectIdInstancesInstanceIdUsers with any type of body.
NewPostV1ProjectsProjectIdInstancesRequest calls the generic PostV1ProjectsProjectIdInstances builder with application/json body.
NewPostV1ProjectsProjectIdInstancesRequestWithBody generates requests for PostV1ProjectsProjectIdInstances with any type of body.
NewPutV1ProjectsProjectIdInstancesInstanceIdUsersUserIdRequest calls the generic PutV1ProjectsProjectIdInstancesInstanceIdUsersUserId builder with application/json body.
NewPutV1ProjectsProjectIdInstancesInstanceIdUsersUserIdRequestWithBody generates requests for PutV1ProjectsProjectIdInstancesInstanceIdUsersUserId with any type of body.
ParseDeleteV1ProjectsProjectIdInstancesInstanceIdResponse parses an HTTP response from a DeleteV1ProjectsProjectIdInstancesInstanceIdWithResponse call.
ParseDeleteV1ProjectsProjectIdInstancesInstanceIdUsersUserIdResponse parses an HTTP response from a DeleteV1ProjectsProjectIdInstancesInstanceIdUsersUserIdWithResponse call.
ParseGetV1ProjectsProjectIdInstancesInstanceIdResponse parses an HTTP response from a GetV1ProjectsProjectIdInstancesInstanceIdWithResponse call.
ParseGetV1ProjectsProjectIdInstancesInstanceIdUsersResponse parses an HTTP response from a GetV1ProjectsProjectIdInstancesInstanceIdUsersWithResponse call.
ParseGetV1ProjectsProjectIdInstancesInstanceIdUsersUserIdResponse parses an HTTP response from a GetV1ProjectsProjectIdInstancesInstanceIdUsersUserIdWithResponse call.
ParseGetV1ProjectsProjectIdInstancesResponse parses an HTTP response from a GetV1ProjectsProjectIdInstancesWithResponse call.
ParsePostV1ProjectsProjectIdInstancesInstanceIdUsersResponse parses an HTTP response from a PostV1ProjectsProjectIdInstancesInstanceIdUsersWithResponse call.
ParsePostV1ProjectsProjectIdInstancesResponse parses an HTTP response from a PostV1ProjectsProjectIdInstancesWithResponse call.
ParsePutV1ProjectsProjectIdInstancesInstanceIdUsersUserIdResponse parses an HTTP response from a PutV1ProjectsProjectIdInstancesInstanceIdUsersUserIdWithResponse 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.

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Instance defines model for instance.
InstanceCreate defines model for instanceCreate.
InstanceList defines model for instanceList.
No description provided by the author
No description provided by the author
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
User defines model for user.
UserCreate defines model for userCreate.
UserList defines model for userList.
UserUpdate defines model for userUpdate.

# 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.
PostV1ProjectsProjectIdInstancesInstanceIdUsersJSONRequestBody defines body for PostV1ProjectsProjectIdInstancesInstanceIdUsers for application/json ContentType.
PostV1ProjectsProjectIdInstancesJSONRequestBody defines body for PostV1ProjectsProjectIdInstances for application/json ContentType.
PutV1ProjectsProjectIdInstancesInstanceIdUsersUserIdJSONRequestBody defines body for PutV1ProjectsProjectIdInstancesInstanceIdUsersUserId for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.