commenter

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FIRST_AVAILABLE_LINE = -1

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
	// RemovePreviousAquaComments Removing the comments from previous PRs
	RemovePreviousAquaComments(msg string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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