healthcheck

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientHealthChecker

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

ClientHealthChecker contains the port and check function callback

func NewClientHealthChecker

func NewClientHealthChecker(port string, f checkFunction) *ClientHealthChecker

NewClientHealthChecker function will return new ClientHealthChecker struct with specified port and checkFunction

func (*ClientHealthChecker) StartProbes

func (s *ClientHealthChecker) StartProbes()

StartProbes will initilize http endpoints for liviness (/live) and readiness (/ready) checks

type ServerHealthChecker

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

ServerHealthChecker struct

func NewServerHealthChecker

func NewServerHealthChecker(port string, key string, checkFunc checkFunction) *ServerHealthChecker

NewServerHealthChecker function generates a ServerHealthChecker struct You can specify a custom readiness function in checkFunc parameter

func (*ServerHealthChecker) Check

Check is a method function on ServerHealthChecker struct

func (*ServerHealthChecker) Watch

Watch is a method function on ServerHealthChecker struct Method is currently not implemented - throws grpc status error

Jump to

Keyboard shortcuts

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