Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExitCodeErr ¶
type ExitCodeErr interface {
// ExitCode returns the exit code to use when the program exits due to this
// error.
ExitCode() int
}
ExitCodeErr is an interface that can be implemented by errors to provide a custom exit code when the program exits due to them.
type StackStopOptions ¶
Click to show internal directories.
Click to hide internal directories.