14
// OnAfterCommit adds the provided effect function to set of such functions to
15
// be invoked when Buffer.Apply is called.
17
>
b.effects = append(b.effects, effect)
18
>
}
19
20
// OnAfterRollback adds the provided effect function to set of such functions to