kubernetes/vendor/go.etcd.io/etcd/server/v3/mvcc/backend/hooks.go

type HookFunc

type Hooks

type hooks

func (h hooks) OnPreCommitUnsafe(tx BatchTx) {}

func NewHooks(onPreCommitUnsafe HookFunc) Hooks {}