Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Applier ¶
type Applier struct {
// contains filtered or unexported fields
}
Applier handles the apply logic for updating files in a repository.
func NewApplier ¶
NewApplier creates a new Applier instance.
type Result ¶
type Result struct {
// DefaultBranch is the detected default branch name.
DefaultBranch string
// Action describes what action was taken or would be taken.
Action string
// BranchName is the name of the branch that was/would be created.
BranchName string
// PRURL is the URL of the created PR (only set in non-dry-run mode).
PRURL string
// NoActionReason explains why no action was taken (if applicable).
NoActionReason string
}
Result represents the outcome of an apply operation.
Click to show internal directories.
Click to hide internal directories.