Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBlacklistedVersion ¶ added in v0.2.3
func IsBlacklistedVersion() error
IsBlacklistedVersion returns an error if the detected versions are bad (e.g., kernel so old it dies not support events2).
func NewDetailView ¶
func NewDetailView() *detailView
func NewOverView ¶
func NewOverView() *overView
Types ¶
type Displayer ¶
type Displayer interface { // The main loop for a displayer. Program exits when this function returns. Display(<-chan resource.Event, <-chan error) }
Displayer provides information to the user via the screen, printing to a file, writing to the network, ect.
type FancyTUI ¶
type FancyTUI struct {
// contains filtered or unexported fields
}
func (*FancyTUI) SetVersion ¶
func (*FancyTUI) UpdateDisp ¶
func (f *FancyTUI) UpdateDisp()
type UglyPrinter ¶
type UglyPrinter struct {
// contains filtered or unexported fields
}
UglyPrinter is the bare minimum screen printer.
func NewUglyPrinter ¶
func NewUglyPrinter(d time.Duration) UglyPrinter
Click to show internal directories.
Click to hide internal directories.