Versions in this module Expand all Collapse all v1 v1.0.0 May 3, 2022 Changes in this version + func HandleExit(err error) + type ExitCoder interface + Code func() int + Fields func() logrus.Fields + type ExitError struct + func ExitMessage(message interface{}) ExitError + func ExitMessagef(format string, a ...interface{}) ExitError + func WithFields(message interface{}, fields logrus.Fields) ExitError + func (e ExitError) Code() int + func (e ExitError) Error() string + func (e ExitError) Fields() logrus.Fields