Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDiffRootPath ¶
Types ¶
type IssueConfirmer ¶
type IssueConfirmer struct {
// contains filtered or unexported fields
}
func NewConfirmer ¶
func NewConfirmer(c *cli.Context, d *diffparser.Diff) (*IssueConfirmer, error)
func (IssueConfirmer) Confirm ¶
func (c IssueConfirmer) Confirm(attempt int, issue *api.Issue) bool
confirm returns true if the issue should be kept or false if it should be dropped.
func (*IssueConfirmer) FormatPlainText ¶
func (c *IssueConfirmer) FormatPlainText(issue *api.Issue) string
TODO(waigani) remove dependency on dev/tenet. Use a simpler internal representation of api.Issue.
type OutputFormat ¶
type OutputFormat string
Click to show internal directories.
Click to hide internal directories.