# Functions

RegisterHandlers adds each server route to the EchoRouter.

# Structs

ApiWrapper wraps the Validator.
ServerInterfaceWrapper converts echo contexts to parameters.
SimplifiedConsent defines model for SimplifiedConsent.
ValidationError defines model for ValidationError.
ValidationResponse defines model for ValidationResponse.

# 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

Identifier defines model for Identifier.
ValidateJSONBody defines parameters for Validate.
ValidateRequestBody defines body for Validate for application/json ContentType.