Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExitWithError ¶
func ExitWithError(err error)
func GetProcessName ¶
func GetProcessName() string
GetProcessName retrieves the name of the currently running process. It achieves this by parsing os.Args[0], which typically contains the full path to the program. If os.Args[0] is empty or unset for some reason, the function returns an empty string. Note: This function assumes that os.Args contains at least the program name. This is a safe assumption under normal circumstances.
func SIGTERMExit ¶
func SIGTERMExit()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.