Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func (*IndexHandler) Handler ¶
func (h *IndexHandler) Handler(c echo.Context) error
type PanicHandler ¶
type PanicHandler struct {
// contains filtered or unexported fields
}
func NewPanicHandler ¶
func NewPanicHandler(logger *slog.Logger, debug bool, secretKeyHeaderName, secretKeyHeaderValue string) *PanicHandler
func (*PanicHandler) Handler ¶
func (h *PanicHandler) Handler(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.