Documentation
¶
Index ¶
- Constants
- type Checks
- type Logs
- type Selection
- type Tests
- func (v *Tests) Load(app *tview.Application, logs model.Logs, mode int, displayMode int, ...)
- func (v *Tests) SetHandlers(escHandler func(key tcell.Key), enterHandler func(), ...)
- func (v *Tests) UpdateDetail(txt string)
- func (v *Tests) UpdateStatus(mode int, logs model.Logs, duration time.Duration)
Constants ¶
View Source
const ( ModeChooseCommits = iota ModeChooseChecks ModeParseLogs ModeParseLogsFuller ModeParseTestsRunning ModeParseTestsFinished ModeParseTests ModeParseTestsFuller )
View Source
const ( SelectionTypeID = iota SelectionTypeRow )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checks ¶
type Checks struct {
// contains filtered or unexported fields
}
func (*Checks) Load ¶
func (c *Checks) Load(app *tview.Application, mode int, commits []*github.RepositoryCommit, checkRunsList *github.ListCheckRunsResults, selectedCommits ...string)
func (*Checks) SetHandlers ¶
func (c *Checks) SetHandlers(checkSuiteHandler func(suite model.CheckSuite), escChecksHandler func(key tcell.Key), selectedCommitHandler func(sha string))
type Logs ¶
type Logs struct {
// contains filtered or unexported fields
}
func (*Logs) Load ¶
func (c *Logs) Load(app *tview.Application, mode int, checks model.CheckSuite, logs model.Logs, detailText string, selectedRows ...Selection)
func (*Logs) SetHandlers ¶
func (*Logs) UpdateDetail ¶
type Tests ¶
type Tests struct {
// contains filtered or unexported fields
}
func (*Tests) SetHandlers ¶
func (*Tests) UpdateDetail ¶
Click to show internal directories.
Click to hide internal directories.