Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SkipStageError ¶
type SkipStageError struct {
// contains filtered or unexported fields
}
func NewSkipStageError ¶
func NewSkipStageError(cause error, skipMessage string) SkipStageError
func (SkipStageError) Cause ¶
func (e SkipStageError) Cause() error
func (SkipStageError) Error ¶
func (e SkipStageError) Error() string
func (SkipStageError) SkipMessage ¶
func (e SkipStageError) SkipMessage() string
type Stage ¶
type UI ¶
type UI interface { ErrorLinef(pattern string, args ...interface{}) PrintLinef(pattern string, args ...interface{}) BeginLinef(pattern string, args ...interface{}) EndLinef(pattern string, args ...interface{}) }
func NewConsoleUI ¶
func NewIndentingUI ¶
Click to show internal directories.
Click to hide internal directories.