Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface {
// WriteMultiLineComment writes a multiline review on a file in the git PR
WriteMultiLineComment(file, comment string, startLine, endLine int) error
// WriteLineComment writes a single review line on a file of the git PR
WriteLineComment(file, comment string, line int) error
}
Click to show internal directories.
Click to hide internal directories.