setup done
This commit is contained in:
12
handler/user.go
Normal file
12
handler/user.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package handler
|
||||
|
||||
import (
|
||||
"gitea.sitodosi.com/betology/got/view/user"
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
type UserHandler struct{}
|
||||
|
||||
func (h UserHandler) HandlerUserShow(c echo.Context) error {
|
||||
return user.Show().Render(c.Request().Context(), c.Response())
|
||||
}
|
||||
Reference in New Issue
Block a user