Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func SetupSignalHandler(io util.IO) context.Context Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SetupSignalHandler ¶ func SetupSignalHandler(io util.IO) context.Context SetupSignalHandler registers for SIGTERM and SIGINT. A context is returned which is canceled on one of these signals. If a second signal is caught, the program is terminated with exit code 1. Types ¶ This section is empty. Source Files ¶ View all Source files signal.go signal_posix.go Click to show internal directories. Click to hide internal directories.