Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppExaminerCommandFactory ¶
type AppExaminerCommandFactory struct {
// contains filtered or unexported fields
}
func NewAppExaminerCommandFactory ¶
func NewAppExaminerCommandFactory(appExaminer app_examiner.AppExaminer, ui terminal.UI, term Terminal, clock clock.Clock, exitHandler exit_handler.ExitHandler, graphicalVisualizer graphical.GraphicalVisualizer, taskExaminer task_examiner.TaskExaminer, systemDomain string) *AppExaminerCommandFactory
func (*AppExaminerCommandFactory) MakeCellsCommand ¶
func (factory *AppExaminerCommandFactory) MakeCellsCommand() cli.Command
func (*AppExaminerCommandFactory) MakeListAppCommand ¶
func (factory *AppExaminerCommandFactory) MakeListAppCommand() cli.Command
func (*AppExaminerCommandFactory) MakeStatusCommand ¶
func (factory *AppExaminerCommandFactory) MakeStatusCommand() cli.Command
func (*AppExaminerCommandFactory) MakeVisualizeCommand ¶
func (factory *AppExaminerCommandFactory) MakeVisualizeCommand() cli.Command
type DockerTerminal ¶
type DockerTerminal struct{}
func (*DockerTerminal) GetWindowWidth ¶
func (t *DockerTerminal) GetWindowWidth() (uint16, error)
type UInt16Slice ¶
type UInt16Slice []uint16
IntSlice attaches the methods of sort.Interface to []uint16, sorting in increasing order.
func (UInt16Slice) Len ¶
func (p UInt16Slice) Len() int
func (UInt16Slice) Less ¶
func (p UInt16Slice) Less(i, j int) bool
func (UInt16Slice) Swap ¶
func (p UInt16Slice) Swap(i, j int)
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
fake_graphical_visualizer
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.