Documentation ¶
Index ¶
- type File
- type HTMXResponse
- type Handler
- func (h *Handler) AddRoutes(s *server.Server)
- func (h *Handler) AddTemplates(s *server.Server)
- func (h *Handler) HTMX(c echo.Context, resp htmx.Response) HTMXResponse
- func (h *Handler) Login(c echo.Context) error
- func (h *Handler) LoginPost(c echo.Context) error
- func (h *Handler) Logout(c echo.Context) error
- func (h *Handler) Profile(c echo.Context) error
- func (h *Handler) ProfileEdit(c echo.Context) error
- func (h *Handler) Redirect(c echo.Context) error
- func (h *Handler) Root(c echo.Context) error
- func (h *Handler) Signup(c echo.Context) error
- func (h *Handler) SignupPost(c echo.Context) error
- func (h *Handler) Task(c echo.Context) error
- func (h *Handler) TaskComplete(c echo.Context) error
- func (h *Handler) TaskCreate(c echo.Context) error
- func (h *Handler) TaskCreatePost(c echo.Context) error
- func (h *Handler) TaskReopen(c echo.Context) error
- func (h *Handler) TaskUpdate(c echo.Context) error
- func (h *Handler) Tasks(c echo.Context) error
- type IHandler
- type LoginRequest
- type SignUpRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMXResponse ¶
type HTMXResponse struct {
echo.Context
}
func NewHTMXResponse ¶
func NewHTMXResponse(c echo.Context, resp htmx.Response) HTMXResponse
func (HTMXResponse) Send ¶
func (h HTMXResponse) Send() error
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) AddTemplates ¶
func (*Handler) HTMX ¶
func (h *Handler) HTMX(c echo.Context, resp htmx.Response) HTMXResponse
func (*Handler) ProfileEdit ¶
func (*Handler) SignupPost ¶
func (*Handler) TaskComplete ¶
func (*Handler) TaskCreate ¶
func (*Handler) TaskCreatePost ¶
func (*Handler) TaskReopen ¶
func (*Handler) TaskUpdate ¶
type IHandler ¶
func NewHandler ¶
type LoginRequest ¶
Click to show internal directories.
Click to hide internal directories.