Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnyErrorMiddleware ¶
func NewAnyErrorMiddleware[T any]() middleware.AnyErrorMiddleware[T]
Types ¶
type Recover ¶
type Recover[T any] struct { }
func NewRecover ¶
func (*Recover[T]) Exec ¶
func (c *Recover[T]) Exec(ctx *middleware.AnyErrorContext[T], exec middleware.AnyErrorExecFunc[T], fallbackFunc middleware.AnyErrorReturnFunc[T]) (res T, err error)
Click to show internal directories.
Click to hide internal directories.