package
1.1.0
Repository: https://github.com/escanbe/go-lib.git
Documentation: pkg.go.dev

# Functions

ExecuteExitFunction invokes the registered function, with supplied params.
RegisterExitFunction registers a handle which should be executed before application exit, by calling ExecuteExitFunction.
TryRecoverAndExecuteExitFunctionIfRecovered will check if method has exited with panic.

# Type aliases

AppExitFunction is an alias of function which receives params goland:noinspection GoNameStartsWithPackageName.