Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExitCodeError ¶
type ExitCodeError struct {
ExitCode int
}
func (*ExitCodeError) Error ¶
func (e *ExitCodeError) Error() string
func (*ExitCodeError) SilenceExitCode ¶
func (e *ExitCodeError) SilenceExitCode() int
type InterruptError ¶
func (*InterruptError) Error ¶
func (e *InterruptError) Error() string
func (*InterruptError) SilenceExitCode ¶
func (e *InterruptError) SilenceExitCode() int
type TimeoutError ¶
func (*TimeoutError) Error ¶
func (e *TimeoutError) Error() string
func (*TimeoutError) SilenceExitCode ¶
func (e *TimeoutError) SilenceExitCode() int
Click to show internal directories.
Click to hide internal directories.