liveness

package
v1.2.15 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Liveness

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

func NewLiveness

func NewLiveness(timeSource clock.TimeSource, ttl time.Duration, broadcastShutdownFn func()) *Liveness

NewLiveness creates a Liveness daemon that calls the broadcastShutdownFn if it does not receive MarkAlive() within ttl NOTE: livesness needs to be stopped explicitly to avoid go routine leak

func (*Liveness) IsAlive

func (l *Liveness) IsAlive() bool

func (*Liveness) MarkAlive

func (l *Liveness) MarkAlive()

func (*Liveness) Start

func (l *Liveness) Start()

func (*Liveness) Stop

func (l *Liveness) Stop()

Stop ONLY shuts down liveness does not block on broadcastShutdownFn

Jump to

Keyboard shortcuts

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