Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertsController ¶
type AlertsController struct {
Echo *echo.Echo
AlertService services.AlertService
AuthMiddleware echo.MiddlewareFunc
LogAlertRequests bool
}
func (*AlertsController) Init ¶
func (ac *AlertsController) Init()
func (*AlertsController) StandardResponse ¶
func (ac *AlertsController) StandardResponse(ctx echo.Context, response interface{}, err error) error
type AuthController ¶
type AuthController struct {
Echo *echo.Echo
AuthProvider auth.AuthProvider
}
func (*AuthController) Init ¶
func (ac *AuthController) Init()
func (*AuthController) LoginHandler ¶
func (ac *AuthController) LoginHandler(ctx echo.Context) error
Handles login request
Click to show internal directories.
Click to hide internal directories.