health

package
v1.14.0-beta.2 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 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) (*chi.Config, error)

Types

type Health

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

func NewHealth

func NewHealth() *Health

func NewHealthWithConfigPath

func NewHealthWithConfigPath(path string) (*Health, error)

func NewHealthWithOptions

func NewHealthWithOptions(options *Options) *Health

func (*Health) Register

func (i *Health) Register(ctx context.Context) (*chi.Config, error)

type Options

type Options struct {
	Enabled bool
	Route   string
}

Options struct that represents health 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