recoverer

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: 8 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, mux *c.Mux) (*chi.Config, error)

Register registers recoverer middleware for chi.

Types

type Options

type Options struct {
	Enabled bool
}

Options struct which represents recoverer plugin from chi 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.

type Recoverer

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

Recoverer struct which represents a recoverer middleware for chi.

func NewRecovererWithConfigPath

func NewRecovererWithConfigPath(path string) (*Recoverer, error)

NewRecovererWithConfigPath returns a recoverer middleware with options from config path.

func NewRecovererWithOptions

func NewRecovererWithOptions(options *Options) *Recoverer

NewRecovererWithOptions returns a recoverer middleware with options.

func (*Recoverer) Register

func (d *Recoverer) Register(ctx context.Context, mux *c.Mux) (*chi.Config, error)

Register registers this recoverer middleware on a new chi config.

Jump to

Keyboard shortcuts

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