//
pkg.gl
Category
github.com/egnd/go-pipeline
decorators
package
1.2.0
Repository:
https://github.com/egnd/go-pipeline.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
54 SLOC
#
Functions
CatchPanic
CatchPanic is catching panic and return it as an error.
LogErrorZap
LogErrorZap logs task error with zap logger.
LogErrorZero
LogErrorZero logs task error with zerolog logger.
ThrowPanic
ThrowPanic is throws task error as a panic.