Versions in this module Expand all Collapse all v1 v1.1.1 Jan 3, 2024 v1.1.0 Nov 14, 2023 v1.0.0 Aug 28, 2023 Changes in this version + type StrictEchoHandlerFunc func(ctx echo.Context, request interface{}) (response interface{}, err error) + type StrictEchoMiddlewareFunc func(f StrictEchoHandlerFunc, operationID string) StrictEchoHandlerFunc