# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.

# Constants

No description provided by the author
No description provided by the author
Defines values for EnvironmentType.
Defines values for EnvironmentType.

# Structs

AddEndpointRequest defines model for AddEndpointRequest.
ApiKey defines model for ApiKey.
No description provided by the author
CreateApiKeyPayload defines model for CreateApiKeyPayload.
CreateApiKeyRequest defines model for CreateApiKeyRequest.
CreateApplicationRequest defines model for CreateApplicationRequest.
CreateEventTypeRequest defines model for CreateEventTypeRequest.
Environment defines model for Environment.
ErrorResponse defines model for ErrorResponse.
GetAllApiKeysParams defines parameters for GetAllApiKeys.
GetAllApiKeysPayload defines model for GetAllApiKeysPayload.
GetAllEnvironmentsPayload defines model for GetAllEnvironmentsPayload.
No description provided by the author
SendMessageRequest defines model for SendMessageRequest.
No description provided by the author
ServerInterfaceWrapper converts echo contexts to parameters.
SignInPayload defines model for SignInPayload.
SigninRequest defines model for SigninRequest.
SignupRequest defines model for SignupRequest.

# Interfaces

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.
ServerInterface represents all server handlers.

# Type aliases

AddEndpointJSONRequestBody defines body for AddEndpoint for application/json ContentType.
CreateApiKeyJSONRequestBody defines body for CreateApiKey for application/json ContentType.
CreateApplicationJSONRequestBody defines body for CreateApplication for application/json ContentType.
CreateEventTypeJSONRequestBody defines body for CreateEventType for application/json ContentType.
DefaultError defines model for DefaultError.
EnvironmentType defines model for Environment.Type.
SendMessageJSONRequestBody defines body for SendMessage for application/json ContentType.
SignInJSONRequestBody defines body for SignIn for application/json ContentType.
SignUpJSONRequestBody defines body for SignUp for application/json ContentType.