package
0.133.0
Repository: https://github.com/edmondfrank/gitally.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New creates a new proces instance.

# Constants

HealthBad indicates the that the health check function returned an error.
HealthOK indicates the that the health check function returned a 'nil' error.
MemoryHigh is a notification that process memory for the current PID exceeds the threshold.
MemoryLow indicates the process memory is at or below the threshold.
Up is a notification that the process with the accompanying PID is up.

# Structs

Config holds configuration for the circuit breaker of the respawn loop.
Event is used to notify a listener of process state changes.
Process represents a running process.

# Type aliases

EventType is used to label Event instances.