package service import "github.com/labstack/echo/v4" func (s *MapService) GetVectorByName(c echo.Context) error { return c.JSON(200, "ok") }