package
0.0.0-20221012040808-2e61c0c3eece
Repository: https://github.com/arvintian/go-utils.git
Documentation: pkg.go.dev

# Functions

RequestShutdown emulates a received event that is considered as shutdown signal (SIGTERM/SIGINT) This returns whether a handler was notified.
SetupSignalContext is same as SetupSignalHandler, but a context.Context is returned.
SetupSignalHandler registered for SIGTERM and SIGINT.