Versions in this module Expand all Collapse all v0 v0.3.1 Jun 13, 2023 Changes in this version + type ScriptHandler struct + DroppedCommits uint64 + LogFile string + MaxWorkers int + Path string + func NewScriptHandler(path string, maxWorkers int, logFile string) *ScriptHandler + func (h ScriptHandler) Callback(commits []commit.CommitEvent) + func (h ScriptHandler) Run(worker int, commit commit.CommitEvent)