Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogErrorWithStack ¶
func LogErrorWithStack(err GitGhostError)
LogErrorWithStack emits a log message with errors.GitGhostError level and stack trace with debug level
Types ¶
type GitGhostError ¶
type GitGhostError interface {
StackTrace() errors.StackTrace
Error() string
Cause() error
}
func Errorf ¶
func Errorf(s string, args ...interface{}) GitGhostError
func New ¶
func New(s string) GitGhostError
func WithStack ¶
func WithStack(err error) GitGhostError
Click to show internal directories.
Click to hide internal directories.