# Functions
EchoContextFromContext gets the echo.Context from the parent context.
EchoContextToContextMiddleware is the middleware that adds the echo.Context to the parent context.
No description provided by the author
NewTestContextWithValidUser creates an echo context with a fake subject for testing purposes ONLY.
NewTestEchoContext used for testing purposes ONLY.
# Variables
ErrUnableToRetrieveEchoContext is returned when the echo context is unable to be parsed from parent context.
# Structs
CustomContext contains the echo.Context and request context.Context.