package
0.7.8
Repository: https://github.com/webishdev/stopnik.git
Documentation: pkg.go.dev

# Functions

ConfigureExit allows to overwrite the used os.Exit function.
CriticalError handles a critical error, prints a message and exists the application with a error code.
Error handles an error, prints a message and sends syscall.SIGTERM signal to teardown the application.
GetSignalChannel returns the signal channel registered for notifications about syscall.SIGINT and syscall.SIGTERM.
GetStartTime provides the start time of the application.