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