Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SignalMap = map[string]syscall.Signal{ "SIGTERM": syscall.SIGTERM, "SIGKILL": syscall.SIGKILL, "SIGHUP": syscall.SIGHUP, "SIGINT": syscall.SIGINT, "SIGQUIT": syscall.SIGQUIT, "TERM": syscall.SIGTERM, "KILL": syscall.SIGKILL, "HUP": syscall.SIGHUP, "INT": syscall.SIGINT, "QUIT": syscall.SIGQUIT, "9": syscall.SIGKILL, "15": syscall.SIGTERM, }
SignalMap maps signal names to syscall.Signal values. Supports both full names (SIGTERM) and short names (TERM).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.