Documentation
¶
Overview ¶
Package controller handles ordering, filtering, substitutions while running jobs for a given hook.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrFailOnChanges = errors.New("files were modified by a hook, and fail_on_changes is enabled")
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(repo *git.Repository) *Controller
Click to show internal directories.
Click to hide internal directories.