Versions in this module Expand all Collapse all v0 v0.1.0 Sep 3, 2015 Changes in this version + type InMemTransaction bool + func (i *InMemTransaction) Commit() error + func (i *InMemTransaction) Rollback() error + type Transaction interface + Commit func() error + Rollback func() error + func InMemTransactionFactory() (Transaction, error) + type TransactionFactory func() (Transaction, error)