error_handler

package
v1.15.5 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigAdd

func ConfigAdd(path string)

func Register

func Register(ctx context.Context, server *echo.Server) error

Register registers a new error handler plugin for echo server.

Types

type ErrorHandler

type ErrorHandler struct {
	// contains filtered or unexported fields
}

ErrorHandler represents error handler plugin for echo server.

func NewErrorHandler

func NewErrorHandler() *ErrorHandler

NewErrorHandler returns a new error handler plugin with default options.

func NewErrorHandlerWithConfigPath

func NewErrorHandlerWithConfigPath(path string) (*ErrorHandler, error)

NewErrorHandlerWithConfigPath returns a new error handler plugin with options from config path.

func NewErrorHandlerWithOptions

func NewErrorHandlerWithOptions(options *Options) *ErrorHandler

NewErrorHandlerWithOptions returns a new error handler plugin with options.

func (*ErrorHandler) Register

func (i *ErrorHandler) Register(ctx context.Context, server *echo.Server) error

Register registers this error handler plugin for echo server.

type Options

type Options struct {
	Enabled bool
}

Options error handler plugin for echo server options.

func NewOptions

func NewOptions() (*Options, error)

NewOptions returns options from config file or environment vars.

func NewOptionsWithPath

func NewOptionsWithPath(path string) (opts *Options, err error)

NewOptionsWithPath unmarshals a given key path into options and returns it.

Jump to

Keyboard shortcuts

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