Documentation
¶
Index ¶
- func HtmxRedirect(c echo.Context, path string) error
- func HtmxRender(c echo.Context, htmxTemplate TemplRenderFunc, nonHtmxTemplate TemplRenderFunc) templ.Component
- func IsHtmxRequest(c echo.Context) bool
- func Login(e *core.ServeEvent, c echo.Context, username string, password string) error
- func Register(e *core.ServeEvent, c echo.Context, username string, password string, ...) error
- func Render(ctx echo.Context, status int, t templ.Component) error
- type TemplRenderFunc
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HtmxRender ¶
func HtmxRender(c echo.Context, htmxTemplate TemplRenderFunc, nonHtmxTemplate TemplRenderFunc) templ.Component
func IsHtmxRequest ¶
Types ¶
type TemplRenderFunc ¶
Click to show internal directories.
Click to hide internal directories.