Documentation
¶
Overview ¶
Package controller handles ordering, filtering, substitutions while running jobs for a given hook.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(repo *git.Repository) *Controller
type FailOnChangesError ¶ added in v2.1.2
type FailOnChangesError struct {
// contains filtered or unexported fields
}
func (*FailOnChangesError) Error ¶ added in v2.1.2
func (e *FailOnChangesError) Error() string
Click to show internal directories.
Click to hide internal directories.