auth

package
v0.0.0-...-3385ac3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(hankoClient *hanko.Hanko, userService services.UserService, monitorService services.MonitorService) *Handler

func (*Handler) DeleteMonitorHandler

func (h *Handler) DeleteMonitorHandler(c echo.Context) error

func (*Handler) HomeHandler

func (h *Handler) HomeHandler(c echo.Context) error

func (*Handler) LoginPageHandler

func (h *Handler) LoginPageHandler(c echo.Context) error

func (*Handler) MonitorsHandler

func (h *Handler) MonitorsHandler(c echo.Context) error

func (*Handler) NewMonitorFormHandler

func (h *Handler) NewMonitorFormHandler(c echo.Context) error

func (*Handler) NewMonitorHandler

func (h *Handler) NewMonitorHandler(c echo.Context) error

func (*Handler) UserSetupForm

func (h *Handler) UserSetupForm(c echo.Context) error

func (*Handler) UserSetupPage

func (h *Handler) UserSetupPage(c echo.Context) error

func (*Handler) ViewMonitorHandler

func (h *Handler) ViewMonitorHandler(c echo.Context) error

type NewMonitorForm

type NewMonitorForm struct {
	Url string `form:"monitor-url"`
}

type UserForm

type UserForm struct {
	FirstName string `form:"first-name"`
	LastName  string `form:"last-name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL