Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { SetRootCallCount int DrawCallCount int // contains filtered or unexported fields }
func (*App) Draw ¶
func (a *App) Draw() *tview.Application
func (*App) StopRunning ¶
func (a *App) StopRunning()
type DockerStdWriter ¶
type DockerStdWriter struct {
// contains filtered or unexported fields
}
func NewDockerStdWriter ¶
func NewDockerStdWriter(w io.Writer) *DockerStdWriter
func (*DockerStdWriter) WriteStderrln ¶
func (w *DockerStdWriter) WriteStderrln(contents string)
func (*DockerStdWriter) WriteStdoutln ¶
func (w *DockerStdWriter) WriteStdoutln(contents string)
Click to show internal directories.
Click to hide internal directories.