ignore_errors

package
v1.0.0-dev.111 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAnyErrorMiddleware

func NewAnyErrorMiddleware[T any]() (middleware.AnyErrorMiddleware[T], error)

func NewAnyErrorMiddlewareWithOptions

func NewAnyErrorMiddlewareWithOptions[T any](options *Options) middleware.AnyErrorMiddleware[T]

Types

type IgnoreErrors

type IgnoreErrors[T any] struct {
	// contains filtered or unexported fields
}

func (*IgnoreErrors[T]) Exec

func (c *IgnoreErrors[T]) Exec(ctx *middleware.AnyErrorContext[T], exec middleware.AnyErrorExecFunc[T], fallbackFunc middleware.AnyErrorReturnFunc[T]) (T, error)

type Options

type Options struct {
	Errors []string
}

func NewOptions

func NewOptions() (*Options, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL