Documentation
¶
Index ¶
- 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
- type ReqLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogWsRequest ¶
func LogWsResponse ¶
func SetReqLogger ¶
Types ¶
type EchoContext ¶
func NewEchoContext ¶
Click to show internal directories.
Click to hide internal directories.