Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUserAbort error = fmt.Errorf("aborted per user request")
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI interface {
SetRepository(*repository.Repository)
Run() error
Wait() error
Stop()
Stdout() io.Writer
Stderr() io.Writer
}
Click to show internal directories.
Click to hide internal directories.