Documentation ¶ Index ¶ func Setup() (stopCh <-chan struct{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Setup ¶ func Setup() (stopCh <-chan struct{}) Setup registered for SIGTERM and SIGINT. A stop channel is returned which is closed 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 signals.go Click to show internal directories. Click to hide internal directories.