type HookFunc … type Hooks … type hooks … func (h hooks) OnPreCommitUnsafe(tx BatchTx) { … } func NewHooks(onPreCommitUnsafe HookFunc) Hooks { … }
type HookFunc … type Hooks … type hooks … func (h hooks) OnPreCommitUnsafe(tx BatchTx) { … } func NewHooks(onPreCommitUnsafe HookFunc) Hooks { … }