Documentation
¶
Index ¶
Constants ¶
View Source
const CodeFailed = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultExiter ¶
type DefaultExiter struct{}
func (*DefaultExiter) CodeFor ¶
func (e *DefaultExiter) CodeFor(errType LifecycleExitError) int
type Exiter ¶
type Exiter interface {
CodeFor(errType LifecycleExitError) int
}
type LegacyExiter ¶
type LegacyExiter struct{}
func (*LegacyExiter) CodeFor ¶
func (e *LegacyExiter) CodeFor(errType LifecycleExitError) int
type LifecycleExitError ¶
type LifecycleExitError int
const (
LaunchError LifecycleExitError = iota
)
Click to show internal directories.
Click to hide internal directories.