Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthHandler ¶
type HealthHandler struct {
// contains filtered or unexported fields
}
func NewHealthHandler ¶
func NewHealthHandler(cfg *configuration.Configuration) *HealthHandler
func (*HealthHandler) HealthHandler ¶
func (h *HealthHandler) HealthHandler(c echo.Context) error
func (*HealthHandler) ReadyHandler ¶
func (h *HealthHandler) ReadyHandler(c echo.Context) error
type ProcessHandler ¶
type ProcessHandler struct {
// contains filtered or unexported fields
}
func NewProcessHandler ¶
func NewProcessHandler(cfg *configuration.Configuration) *ProcessHandler
func (*ProcessHandler) Handler ¶
func (ph *ProcessHandler) Handler(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.