Documentation ¶
Index ¶
- type Handler
- func (h *Handler) CreateIndicator(c echo.Context) error
- func (h *Handler) CreateOrUpdateObservation(c echo.Context) error
- func (h *Handler) CreateUserHandler(c echo.Context) error
- func (h *Handler) FindUserCorrelations(c echo.Context) error
- func (h *Handler) GetCorrelation(c echo.Context) error
- func (h *Handler) GetCorrelationMatrix(c echo.Context) error
- func (h *Handler) GetIndicators(c echo.Context) error
- func (h *Handler) GetTokenHandler(c echo.Context) error
- func (h *Handler) GetUserHandler(c echo.Context) error
- func (h *Handler) HealthHandler(c echo.Context) error
- func (h *Handler) StatsHandler(c echo.Context) error
- func (h *Handler) UpdateAggregations(c echo.Context) error
- func (h *Handler) UpdateIndicator(c echo.Context) error
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 (*Handler) CreateOrUpdateObservation ¶
func (*Handler) FindUserCorrelations ¶
FindUserCorrelations method is only for debug on dev
func (*Handler) HealthHandler ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.