view

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Printer

type Printer interface {
	Print(string)
}

Printer for result

type PullsView

type PullsView interface {
	Draw(<-chan *reporter.PullWithReview) error
}

func NewPullsView

func NewPullsView(p Printer, mode PullsViewMode, links bool) (PullsView, error)

type PullsViewMode

type PullsViewMode uint8
const (
	PullsViewStats PullsViewMode = iota
	PullsViewSummary
	PullsViewDetails
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL