Versions in this module Expand all Collapse all v1 v1.2.5 Sep 23, 2024 Changes in this version + func GetContext(c echo.Context) context.Context + func GetEventStart(c echo.Context) time.Time + func GetWs(c echo.Context) *websocket.Conn + func GetWsLogData(c echo.Context) ([]byte, []string) + func LogWsRequest(c echo.Context, data []byte) + func LogWsResponse(c echo.Context, data string) + func SetReqLogger(c echo.Context) + func SetWs(c echo.Context, ws *websocket.Conn) + type EchoContext struct + func NewEchoContext(c echo.Context, ctx context.Context, eventStart time.Time) *EchoContext + type ReqLogger struct + func GetReqLogger(c echo.Context) *ReqLogger