Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatchFn ¶
DispatchFn performs action with the finding based on the pressed key.
type Program ¶
type Program struct {
// contains filtered or unexported fields
}
Program displays list of findings and calls DispatchFn on key presses.
func NewProgram ¶
func NewProgram(d DispatchFn) *Program
NewProgram returns Program instance using [d] for dispatching actions.
Click to show internal directories.
Click to hide internal directories.