Documentation
¶
Index ¶
- type Handler
- func (h *Handler) DeleteMonitorHandler(c echo.Context) error
- func (h *Handler) HomeHandler(c echo.Context) error
- func (h *Handler) LoginPageHandler(c echo.Context) error
- func (h *Handler) MonitorsHandler(c echo.Context) error
- func (h *Handler) NewMonitorFormHandler(c echo.Context) error
- func (h *Handler) NewMonitorHandler(c echo.Context) error
- func (h *Handler) UserSetupForm(c echo.Context) error
- func (h *Handler) UserSetupPage(c echo.Context) error
- func (h *Handler) ViewMonitorHandler(c echo.Context) error
- type NewMonitorForm
- type UserForm
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 (*Handler) HomeHandler ¶
func (*Handler) LoginPageHandler ¶
func (*Handler) MonitorsHandler ¶
func (*Handler) NewMonitorFormHandler ¶
func (*Handler) NewMonitorHandler ¶
func (*Handler) UserSetupForm ¶
func (*Handler) UserSetupPage ¶
func (*Handler) ViewMonitorHandler ¶
type NewMonitorForm ¶
type NewMonitorForm struct {
Url string `form:"monitor-url"`
}
Click to show internal directories.
Click to hide internal directories.