Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultCommitColor = tcell.ColorSilver SelectedCommitColor = tcell.ColorLime )
View Source
const ( DefaultLinterColor = tcell.ColorSilver EnabledLinterColor = tcell.ColorLime )
View Source
const ( DefaultDirColor = tcell.ColorSilver SelectedDirColor = tcell.ColorLime )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commits ¶ added in v0.2.0
func NewCommits ¶ added in v0.2.0
type Linters ¶
func NewLinters ¶
type Results ¶
func NewResults ¶
func (*Results) SetKeybinds ¶
func (*Results) SetLatestIssues ¶
func (r *Results) SetLatestIssues(issues []golangcilint.Issue)
func (*Results) ShowLatestIssues ¶
func (r *Results) ShowLatestIssues()
ShowLatestIssues updates its own tree view and lists the latest execution results.
func (*Results) ShowMessage ¶
type SourceFiles ¶
func NewSourceFiles ¶
func NewSourceFiles(logger *logrus.Entry, rootDir string) *SourceFiles
func (*SourceFiles) SetKeybinds ¶
func (*SourceFiles) SwitchToggle ¶
func (s *SourceFiles) SwitchToggle(node *tview.TreeNode)
SwitchToggle switches the current display state.
Click to show internal directories.
Click to hide internal directories.