health

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, db *sql.DB, connector driver.Connector) (d *sql.DB, err error)

Register registers a new health check on sql DB.

Types

type Checker

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

Checker health checker for go driver for oracle.

func NewChecker

func NewChecker(db *sql.DB) *Checker

NewChecker returns a new health checker.

func (*Checker) Check

func (c *Checker) Check(ctx context.Context) error

Check checks if db server is up.

type Health

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

Health represents a health check for go driver for oracle.

func NewHealth

func NewHealth() *Health

NewHealth returns a new health check.

func NewHealthWithConfigPath

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

NewHealthWithConfigPath returns a new health check with options from config path.

func NewHealthWithOptions

func NewHealthWithOptions(options *Options) *Health

NewHealthWithOptions returns a new health check with options.

func (*Health) Register

func (i *Health) Register(ctx context.Context, db *sql.DB, connector driver.Connector) (d *sql.DB, err error)

Register registers this health check on sql DB.

type Options

type Options struct {
	Name        string
	Enabled     bool
	Description string
	Required    bool
}

Options represents a health checker for go driver for oracle 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