package
0.0.25
Repository: https://github.com/adipurnama/go-toolkit.git
Documentation: pkg.go.dev

# Functions

CallerLineInfo returns caller file:line-package.function e.g.
ExecuteBackground a function, and log the error when panic found.
FunctionName returns this function caller's name useful to wrap span, trace, context info e.g.
NewRuntimeContext returns context & cancel func listening to : - os.Interrupt - syscall.SIGTERM - syscall.SIGINT.
SkippedFunctionName returns function caller's name with skipped count.