package handlers import "github.com/labstack/echo/v4" func HandleConnect(c echo.Context) error { return nil }