Documentation ¶
Index ¶
Constants ¶
View Source
const TimestampDisplayLayout = "2006-01-02 15:04:05 (MST)"
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, output *output.Output, clock clock.Clock, exitHandler exit_handler.ExitHandler) *AppExaminerCommandFactory
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 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)
Click to show internal directories.
Click to hide internal directories.