package transaction type Factory interface { CreateTransaction() Transaction }