Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ Constants func Execute(root string, args []string) (*bytes.Buffer, error) type Result type Runner func NewRunner(fs afero.Fs, repo *git.Repository, hook *config.Hook, args []string, ...) *Runner func (r *Runner) RunAll(scriptDirs []string) Constants ¶ View Source const ( StatusOk status = iota StatusErr ) Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute(root string, args []string) (*bytes.Buffer, error) Types ¶ type Result ¶ type Result struct { Name string Status status } type Runner ¶ type Runner struct { // contains filtered or unexported fields } func NewRunner ¶ func NewRunner( fs afero.Fs, repo *git.Repository, hook *config.Hook, args []string, resultChan chan Result, ) *Runner func (*Runner) RunAll ¶ func (r *Runner) RunAll(scriptDirs []string) Source Files ¶ View all Source files execute_unix.gofilters.goresult.gorunner.go Click to show internal directories. Click to hide internal directories.