Documentation
¶
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 ¶ added in v1.13.0
type Controller struct {
Options
// contains filtered or unexported fields
}
Controller responds for actual execution and handling the results.
func NewController ¶ added in v1.13.0
func NewController(opts Options) *Controller
Click to show internal directories.
Click to hide internal directories.