type transaction … type metaTransaction … func (mt metaTransaction) Commit() { … } func (mt metaTransaction) Revert() { … } type callbackTransaction … func (cb callbackTransaction) Commit() { … } func (cb callbackTransaction) Revert() { … }
type transaction … type metaTransaction … func (mt metaTransaction) Commit() { … } func (mt metaTransaction) Revert() { … } type callbackTransaction … func (cb callbackTransaction) Commit() { … } func (cb callbackTransaction) Revert() { … }