package
2.3.8+incompatible
Repository: https://github.com/phpstudyer/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.
No description provided by the author
# Type aliases
InterruptHandler is a function that is called on receiving a SIGTERM or SIGINT signal.