Rollback discards the transaction *unless* it has already been committed. It does nothing if Commit has already been called. This means that a call to Rollback should almost always be defer'ed right after a call to NewTx.
()
| 371 | // It does nothing if Commit has already been called. |
| 372 | // This means that a call to Rollback should almost always be defer'ed right after a call to NewTx. |
| 373 | Rollback() error |
| 374 | } |
| 375 | |
| 376 | // Organization represents a tenant. |
no outgoing calls
no test coverage detected