status

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: 10 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 a default status to a new chi config.

Types

type Options

type Options struct {
	Enabled bool
	Route   string
}

Options struct that represents a chi status 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 Status

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

Status struct that represents a status router plugin.

func NewStatus

func NewStatus() *Status

NewStatus returns a status router with default options.

func NewStatusWithConfigPath

func NewStatusWithConfigPath(path string) (*Status, error)

NewStatusWithOptions returns a status router with options from config path.

func NewStatusWithOptions

func NewStatusWithOptions(options *Options) *Status

NewStatusWithOptions returns a status router with options.

func (*Status) Register

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

Register registers the status router to a new chi config.

Jump to

Keyboard shortcuts

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