Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Launcher ¶
type Launcher struct { Stdin io.Reader Stdout io.Writer Stderr io.Writer // contains filtered or unexported fields }
Launcher represents the main program execution.
func NewLauncher ¶
func NewLauncher() *Launcher
NewLauncher returns a new instance of Launcher connected to standard in/out/err.
func (*Launcher) Cancel ¶
func (m *Launcher) Cancel()
Cancel executes the context cancel on the program. Used for testing.
func (*Launcher) Engine ¶
Engine returns a reference to the storage engine. It should only be called for end-to-end testing purposes.
Click to show internal directories.
Click to hide internal directories.