Documentation
¶
Overview ¶
Package igit defines logic for interacting with Git on the host.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct {
// BaselineStatusForCI is used to check against when running CI checks, so that each CI task can
// see if it introduced changes.
BaselineStatusForCI Status
// CurrentStatus is the latest-available Git status, which may differ from the baseline.
CurrentStatus Status
}
Git defines metadata & behavior for Git interactions.
func (*Git) StatusHasChanged ¶
StatusHasChanged informs the caller of whether or not the Status now differs from the baseline.
Click to show internal directories.
Click to hide internal directories.