Documentation ¶
Overview ¶
Package errorsmanagement contains all utility function to use in case of errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Must ¶
Must wraps a function call that can return an error. If some error occurred Must has two possible behaviors: panic if debug = true or log the error and return false in order to recover the error. Returns true if no error occurred.
func SetPanicOnErrorMode ¶
func SetPanicOnErrorMode(status bool)
SetPanicOnErrorMode can be used to set or unset the panic mode.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.