Versions in this module Expand all Collapse all v0 v0.1.0 Oct 11, 2022 v0.0.4 Aug 5, 2022 v0.0.3 Aug 5, 2022 Changes in this version + const ExitCodeError + const ExitCodeRestart + const ExitCodeSuccess + func CheckExitCode(err error) int + type ExitCodeErr struct + func NewExitCodeErr(exitCode int) *ExitCodeErr + func (e *ExitCodeErr) Error() string + func (e *ExitCodeErr) ExitCode() int