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