Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct {
Annotations string // formatted annotations from Store.FormatOutput()
Path string // full repo/file path or "stdin"
Ref string // git ref (e.g. "master..HEAD") or empty
Staged bool // whether --staged was used
GitRoot string // git repo root, empty when git unavailable
AnnotatedFiles []string // files with annotations, from Store.Files()
SubDir string // history subdirectory name override; when empty, derived from Path
}
Params holds parameters for saving a review history entry.
Click to show internal directories.
Click to hide internal directories.