package
2.3.8+incompatible
Repository: https://github.com/etcd-io/etcd.git
Documentation: pkg.go.dev

# Functions

Exit relays to os.Exit if no interrupt handlers are running, blocks otherwise.
HandleInterrupts calls the handler functions on receiving a SIGINT or SIGTERM.
RegisterInterruptHandler registers a new InterruptHandler.

# Type aliases

InterruptHandler is a function that is called on receiving a SIGTERM or SIGINT signal.