Versions in this module Expand all Collapse all v0 v0.2.134 Dec 25, 2019 Changes in this version + type RollbackTask struct + Func func() error + Name string + type Transaction struct + func Begin() *Transaction + func (tx *Transaction) Commit() + func (tx *Transaction) PopRollback() *RollbackTask + func (tx *Transaction) PushRollback(name string, f func() error) + func (tx *Transaction) Rollback() error + func (tx *Transaction) RollbackWithLog()