Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContext ¶
func NewContext(e *echo.Echo, method, path string, headers http.Header, body interface{}) echo.Context
NewContext create a new echo context ready for a test request.
func NewContextWithContext ¶
func NewContextWithContext(ctx context.Context, e *echo.Echo, method, path string, headers http.Header, body interface{}) echo.Context
NewContextWithContext create an echo.Context related with go context.Context.
func NewHandler ¶
NewHandler create a demo handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.